On Dec 22, 2008, at 6:10 PM, Dancsa wrote:

> Good Morning
> I have some problem with sqlite.
> I can't use it. I googled a lot after examples but i just found how  
> to use it under linux with gcc.
> Where can I find static library to link in or how sould I use the dll?

Easiest way to use sqlite is to download the amalgamation package:

   http://www.sqlite.org/sqlite-amalgamation-3_6_7.zip

The zip file contains a source file called sqlite3.c that contains all
of the sqlite code. Compile this file along with the other C files in
your application.


> It's needed to make pointers(with GetProccAddress) to each function  
> which i'd use?
>
> I use Dev-C++ under Win XP.
> Thanks Very Much!
> Dancsa
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to