Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. aseuren

    Reading Delphi Created DLL's in Perl

    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...

Part and Inventory Search

Back
Top