Re: DLL Compatibility



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.

Cheers,
Nicholas Sherlock

--
http://www.sherlocksoftware.org
.


Quantcast