Author Topic: trying to include a static lib in my project  (Read 9776 times)

Offline jomeggs

  • Multiple posting newcomer
  • *
  • Posts: 92
Re: trying to include a static lib in my project
« Reply #15 on: April 14, 2008, 12:40:23 am »
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.