Help. I have written a simple DLL to be used in a Pear program. Whenever a parameter is passed in from Perl, the DLL appear to recieve garbage. Example code in the DLL;
Function Min(X, Y : Integer) : Integer; Export;
begin
if x<y then
Result:=X
else
Result:=Y
end;
If from Perl we...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.