[sqlite] SQLite under windows

2008-12-22 Thread Dancsa
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?
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


Re: [sqlite] SQLite under windows

2008-12-22 Thread Dan

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