On 12/21/2010 1: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 ?

No. Functions in kernel32.dll just turn around and make system calls 
into the actual OS kernel. Those system calls that exist in XP kernel 
but not in Win95 one won't magically materialize when you copy a 
user-mode DLL.
-- 
Igor Tandetnik

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

Reply via email to