I'm trying to figure out how to call a C++ function from Delphi 5.
In the implementation section of my .pas file, I have the following two lines:
{$L stringutil.obj}
function FirstDigitInString( strX: PChar ):Integer;external;
stringutil.obj contains a function which was declared as follows...
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.