dick128 wrote:
> cannot load dll - 2nd attempt, different, tcl (protcl)
> 1st attempt was with a different commerically compiled tcl  and it just 
> exited on load of dll - no error msgs.
> 
> tclsqlite 3.5.6 loading dll blows away tcl
> (tclsqlite3.dll)
> 
> can load other dll's and use them,such as tbcload161.dll that comes from 
> protcl with many different versions of tcl,
> without any problems.  using windows xp pro.
> 
> any ideas  anyone ?
> 
> error signature is
> 
> AppName: protclsh83.exe AppVer: 8.3.2.2
> ModName: tclsqlite3.dll ModVer: 0.0.0.0 Offset: 000553fd
> 
> Exception info
> Code: 0xc0000005 flags: 0x00000000
> record 0x0000000000000000
> Address:0x000000000683653fd


A simple google search for "Code 0xc0000005" returns lots of results. 
This is a memory access violation error. There are many possible causes.

Since others are able to run this library, it is most likely something 
specific to your machine.

You might want to run a memory test such as http://www.memtest.org/ to 
rule out hardware issues.

After that start going through some of those links to see if anything 
similar to your situation is mentioned.

HTH
Dennis Cote
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to