Re: [sqlite] SQLite and Windows 95

2010-12-22 Thread joel . guittet-ext
Hi, Thanks to you to help me with this problem. As I do not require special features (only insert/select/order by/delete), I think it is maybe easier to use an old version of SQLite. I will try with 3.6.10 as said by Max. If it does not work I will try an older one. Regards, Joel

Re: [sqlite] SQLite and Windows 95

2010-12-21 Thread joel . guittet-ext
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

Re: [sqlite] SQLite and Windows 95

2010-12-20 Thread joel . guittet-ext
Hi Kees, Thanks for your reply. I'm surprised, in the source code of SQLite (file sqlite3.c), there are a lot of references to Win95/98/Me. If I want to use SQLite under Win95, which (stable) version can I use ? I do not need so special functions, just making 3 tables and insert/select/delete

[sqlite] SQLite and Windows 95

2010-12-20 Thread joel . guittet-ext
Hi, I'm working with SQLite since few months. I'm developping an application with Visual C++ 6.0 and with SQLite 3.7.2. This application works fine on my computer, which is running Windows XP. But the final hardware is under Windows 95, and the application does not run on it. I tried : -