If you are using the Sqlite API you need sqlite3.h. Put it in your regular "include" directory and Dev C++ will find it.

Stephen Sutherland wrote:
by dynamic link library. i'm gusiness you are talking about the sqlite3.dll.
What is hte procedure to link it ? it seems to me that as long as I have an include to <sqlite3.h> , I need to have that file on my PC somewhere. Stephen
John Stanton <[EMAIL PROTECTED]> wrote:
You don't have to include the Sqlite source to use DevC0++. Just include the link library.

Stephen Sutherland wrote:

Hi;
I'm pretty much a newbie.
I'm just about finishing a PC a game with Dev C++.
I decided to use sqlite3 to load content from XML repository (for user write access) into the database and then sort and pull out the appropriate information as needed. However, I am trying to figure out SET UP sqlite3 with Dev C++ - so that I can start coding. Currently, I am trying to run the quick start program which includes The compiler doesn't find sqlite3.h
I don't want to include the source code.
I was hoping there was some way that I could somehow simply linke the sqlite3.dll and sqlite3.def so that I could code for my specific needs. Or do I have to include the source to get it working. Thanks in advance Stev

---------------------------------
Yahoo! oneSearch: Finally, mobile search that gives answers, not web links.



-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------



--------------------------------- Yahoo! oneSearch: Finally, mobile search that gives answers, not web links.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to