[Solved]SQLite in Symbian applications
-
Hi! How to connect and use SQLite in Symbian applications? I tried to connect "the amalgamation for SQLite 3.7.7.1":http://www.sqlite.org/download.html, but there was an error.
@error: warning: command line option "-Wno-ctor-dtor-privacy" is valid for C + + / ObjC + + but not for C
error: warning: command line option "-fvisibility-inlines-hidden" is valid for C + + / ObjC + + but not for C@
I followed the advice "here":http://www.developer.nokia.com/Community/Wiki/How_to_use_GCCE_and_Open_C and "here":http://www.developer.nokia.com/Community/Discussion/showthread.php?207020-quot-Wno-ctor-dtor-privacy-quot, but the problem is not resolved. Maybe there is some other way, or I initially chose the wrong installer? -
as I suspected, I initially chose the wrong way. Database qslite is within Qt. "Here":http://www.developer.nokia.com/Community/Wiki/CS001504_-_Creating_an_SQLite_database_in_Qt is well documented how to create and use databases sqlite.