Re: DLL Compatibility
Seb wrote:
I use to develop my applications and DLL with Delphi7 under XP SP2.
My application works fine on XP SP2 but I have an error with my DLLs
under win98.
Any idea???
Thanks
most likely using API's (functions) that do not
exist on 98.
--
Real Programmers Do things like this.
http://webpages.charter.net/jamie_5
.
Relevant Pages
- Re: DLL Compatibility
... My application works fine on XP SP2 but I have an error with my DLLs under win98. ... The compiler itself doesn't care what OS it uses. ... (comp.lang.pascal.delphi.misc) - Re: DLL Compatibility
... Seb eric_draven wrote: ... My application works fine on XP SP2 but I have an error with my DLLs under win98. ... (comp.lang.pascal.delphi.misc) - Re: DLL Compatibility
... My application works fine on XP SP2 but I have an error with my DLLs under win98. ... Problems with DLLs almost always boil down to incorrect declarations of functions on both sides of the interface. ... (comp.lang.pascal.delphi.misc) - Re: DLL Compatibility
... My application works fine on XP SP2 but I have an error with my DLLs under win98. ... Problems with DLLs almost always boil down to incorrect declarations of functions on both sides of the interface. ... (comp.lang.pascal.delphi.misc) - Re: Re: Strange FTM2005 File Name Behaviour
... Win98 is no longer supported by MS with security updates ... I still believe Win 98 is safer than XP sp2. ... These days all the machines I build for people run XP Pro (Home ... (soc.genealogy.computing) |
|