I want to call a Delphi DLL from one of my PB DLLs. Two longs are passed to the DLL function. I'm using the skeleton app to test it but when I start it up I get a message that skeleton.exe is linked to missing export DCURVPRT.DLL:CHECKREGISTRATION2
I've tried all sorts of combinations in the Declare statement, and have even moved the DLL into the same folder - anyone got any pointers to getting this to work?
Thanks for any help
Bob Devine
I've tried all sorts of combinations in the Declare statement, and have even moved the DLL into the same folder - anyone got any pointers to getting this to work?
Thanks for any help
Bob Devine
Comment