Hi all:
I´m using SQLite amalgamation in my C++ (VS 2005) project.
Latest release y use was 3.6.23.1 and it works perfectly.
I decide to update to 3.7.10.
It compiles perfectly but have a crash when I use sqlite3_open16.
The code breaks at (sqlite3.c, line 35393):
SimulateIOError( return SQLITE_ERROR );
UNUSED_PARAMETER(nFull);
zConverted = convertUtf8Filename(zRelative);
if( zConverted==0 ){
return SQLITE_IOERR_NOMEM;
}
if( isNT() ){
LPWSTR zTemp;
*nByte = osGetFullPathNameW((LPCWSTR)zConverted, 0, 0, 0) + 3;*
The message is:
Unhandled exception at 0x00000000 in abc.exe: 0xC0000005: Access
violation reading location 0x00000000.
I have read all releases info form 3.6.23 to 3.7.10 and have not find
nothing related to this.
Is there something new I have to do to get it working?
Thanks in advance and excuse me for my poor english.
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users