Smalltalk
›
Squeak
›
Squeak - Dev
Search
everywhere
only in this topic
Advanced Search
[squeak-dev] Re: Using SQLite3 package
‹
Previous Topic
Next Topic
›
Classic
List
Threaded
♦
♦
Locked
1 message
iansimpson
Reply
|
Threaded
Open this post in threaded view
♦
♦
|
[squeak-dev] Re: Using SQLite3 package
I had a similar problem. What I did was place the sqlite.dll in the
same directory as the .image file and changed
SqliteLibrary>>moduleName to return the correct library file name:
SqliteLibrary>>moduleName
^ 'sqlite3.dll'.
Hope this helps
Free forum by Nabble
Edit this page