Re: DLL Compatibility



Seb eric_draven <at> wrote:
Seb eric_draven <at> 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
I got same error under 2K! The solution : Compiling DLL under 2K.

That shouldn't have solved anything at all. The compiler itself doesn't care what OS it uses. It should compile produce identical compiled files no matter what OS it's running on. The problem lies elsewhere. If you're not experiencing it anymore, then you're just lucky.

--
Rob
.



Relevant Pages

  • Re: DLL Compatibility
    ... Seb 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
    ... 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: How to deploy private Assemblies with VC2005 SP1
    ... deploy any program compiled with that SP1-updated compiler with private ... The app runs well on pc's which have MSVC installed. ... Of course i use the new installed SP1 ... the RTM and SP1 DLLs, so it should just work with the new DLLs. ...
    (microsoft.public.dotnet.languages.vc)