On Tue, Dec 21, 2010 at 9:06 PM, <joel.guittet-...@transport.alstom.com>wrote:

> 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 ?
>
>
Joel, as long as I remember, I managed to make statically linked 3.6.10
working on Windows 98. I'm not sure about 95, but at least you can try.

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

Reply via email to