News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

trying to include a static lib in my project

Started by maxv, March 27, 2008, 11:57:14 AM

Previous topic - Next topic

jomeggs

Quote from: maxv on March 28, 2008, 05:13:24 PM
I builded the static library myself and it works fine with Borland C++ Builder 2007.

You did a build with BORLAND and you are going to use this lib with MinGw? That won't work. If I'm right at this point, please recompile your lib with MinGW.

If you have further problems to link your static lib, there is another way. Shortly, SQLITE was provided as a single file. You simply can add this file to your application and that's it.