Search found 17 matches

by wash4
Sun Nov 06, 2011 2:01 pm
Forum: wxCode
Topic: INSTALLING wxSqlite3
Replies: 17
Views: 12535

Re: INSTALLING wxSqlite3

Thanks for help, I handle it. Anyway I started to working with that, and copy from sample which was included: wxSQLite3Database* initDB(void) { wxString testDBName = wxGetCwd() + wxT("/test2.db"); if (wxFileExists(testDBName)) { wxRemoveFile(testDBName); } wxSQLite3Database* db = new wxSQL...
by wash4
Sat Nov 05, 2011 6:24 pm
Forum: wxCode
Topic: INSTALLING wxSqlite3
Replies: 17
Views: 12535

INSTALLING wxSqlite3

Could anybody explain step by step how to install wxSqlite3?
System: windows, IDE: Codelite +wxWidgets, compiler: minGW.
I downloaded wxSqlite3, unzip but I don´t know how to set linker, compiler.... or where put those files.

Thanks :wink: