Juan Perez wrote:
>
> It compiles perfectly but have a crash when I use sqlite3_open16.
> The code breaks at (sqlite3.c, line 35393):
>
 
This is a known issue with the version of the Platform SDK that ships with
Visual Studio 2005.  Defining the _WIN32_WINNT macro (to a value like
0x0400)
in the preprocessor settings for your project should work around the issue.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to