Re: DLL Compatibility



Seb eric_draven <at> wrote:
Nicholas Sherlock 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???

You haven't given any information. What error? What are your DLLs trying to do? How are you calling the DLLs?

Problems with DLLs almost always boil down to incorrect declarations of functions on both sides of the interface. Show your imports for the DLL functions and how the functions are declared inside the DLL.

The application and DLLs work fine under XP SP2!!!!!!!!

Fantastic. But that's not where you're having problems. You have a problem with Windows 98. Tell us about the problem. There are _thousands_ of errors you might get. Do you really expect us to guess?

--
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
    ... My application works fine on XP SP2 but I have an error with my DLLs ... Problems with DLLs almost always boil down to incorrect declarations of ... functionName index 0 name 'functionName', ... your DLL that is not compatible with 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. ... 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)