D. Richard Hipp wrote:
Lawrence Chitty wrote:
I am getting problem trying to create a packing index for tclsqlite3
We're working on getting the Makefile to do this automatically. Once that is done, we'll publish a tclkit for SQLite.
Thanks. I find the problem a bit wierd though that load is trying to call Tclsqlite_init and not Tclsqlite3_init. I always presumed that tcl load just stripped of the .dll extension from the filename and added _init to get the default stub name. Perhaps I assume too much
Anywaus, I have got round this for now by hand-crafting the pkgIndex.tcl file to read:
package ifneeded sqlite3 3.0 [list load [file join $dir tclsqlite3.dll] Tclsqlite3]
Lawrence

