Re: [sqlite] Using SQLite with MinGW Studio

2006-07-25 Thread Hat Keinen
Thanks for your reply Peter. After your reply i had a closer look at this and i noticed that the "files" in the commandline aren't only missing the prefix "lib", but also the suffix (?) ".dll.a". so when i added sqlib3 to the list it worked fine. this had never come to my mind, thanks for this real

Re: [sqlite] Using SQLite with MinGW Studio

2006-07-25 Thread Peter Cunderlik
In the ld command line, don't use the "lib" prefix, specify "sqlite3.dll.a" instead of "libsqlite3.dll.a". Peter On 7/25/06, Hat Keinen <[EMAIL PROTECTED]> wrote: Hello, I'm using the MinGW Developer Studio (on windows/windows version), http://www.parinyasoft.com/ Currently I'm trying to get i