On Wed, Jan 9, 2013 at 2:36 PM, Jose F. Gimenez <[email protected]>wrote:

> Hi all,
>
> I've recently noticed that sqlite doesn't work on windows 98 since version
> 3.7.12, due to the change to use OVERLAPPED when read and write files. I've
> made a small modification to take care of it, and avoid to use that way on
> win 98 (by using the function isNT() to check that condition). I've
> attached a patch in this message.
>
> I've tested it and it seems to work fine (tested on win98, xp and win7),
> but I'd like to know if it's correct or if there is any problem which I
> can't see.
>

We have no way of testing SQLite on Win9x and so we do not intend to
support Win9x moving forward.  Some older versions of SQLite are known to
work on Win9x.  If you are still supporting Win9x applications, I suggest
you use those older versions of SQLite.


>
> TIA,
>
> Jose F. Gimenez
>
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
>


-- 
D. Richard Hipp
[email protected]
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to