Hi,
I am writing a program on Windows CE 6.0 that needs some light database use, so
tried SQLITE.
When I make a call to sqlite3_open(...), I get a return code of SQLITE_NOMEM.
The sqlite version used is 3.5.8 in the single source file (amalgamation)
My program is developed in Visual C++ 2005 with the Platform Builder for WinCE
6.0.
A separate problem is that parts of the code is grayed out when opened in
visual studio where it shouldn't be. i.e. not between the "#ifdef" or "#ifndef"
blocks. Some places like the middle of a comment section or in the body of a
function would be grayed out.
This makes it hard to debug because I set a break point in my program when it
calls sqlite3_open(...), and stepping into the next line jumps to a line in
sqlite3.c that is totally unrelated to the function sqlite3_open(...).
Has anyone encountered either of these problems?
Thanks in advance,
-Thomas
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users