Hi Max and Richard,

Thanks for reply.

To Max: I agree, I do not have unicode support. The call to 
GetFileAttributesExW is in "if( isNT() )", which returns FALSE under 
Win95, so I removed the call to GetFileAttributesExW (It is not a problem 
if I considered that the software is build for a specific plateforme, and 
in the future i can make a definition "SQLITE_WIN95" in the code, like 
done for WinCE.

The problem is still there, but with "InterlockedCompareExchange", and it 
seems I need it.

I wonder about something : those functions are in kernel32.dll on a XP 
computer. Is it possible (I never do that before), to take the file 
"kernel32.dll" on my XP computer, to put it on the Win95 computer in the 
directory of my SQLite application, and to call the functions I need for 
SQLite in this DLL instead of the kernel32.dll of Win95 ?
Maybe with a call to LoadLibrary and with some calls to GetProcAddress ?


On a other hand, I looked for older versions of SQLite, but I'm confused : 
do I need to use source trunk repository on sqlite.org or is there 
somewhere archive of older versions (if possible amalgamation version) ?


Thanks a lot for your help.
Joel
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to