Hi All.
Some time ago I did some stuff with Callback events from a DLL.

I have to do it again (different DLL) and I cant find the code, and my
memory is not that good :-)

How would I handle the following in Delphi?

 BOOL RStart(char* lpPath, onREvent event) 

This function has just been altered and I used to declare it

Function RStart(lPath:PChar) : boolean; stdCall; external  the.dll

How would I handle it now that it uses an event?

Jeremy


_______________________________________________
Delphi mailing list
[email protected]
http://ns3.123.co.nz/mailman/listinfo/delphi

Reply via email to