PDA

View Full Version : Delphi: external DLL calling


Kaiousama
18th February 2004, 12:57
Assume we have an unknow dll file on our hard disk containing one function, can we retrieve the function name and the parameter's number&type in order to call this function from our delphi application? in which way? (note we haven't any header file, only the raw dll)

mag2k4
19th February 2004, 09:54
Im not sure, if this help. But try this
DLLExports 1.3 (http://www.luckie-online.de/downloads/DLLExports1_3.zip)

mag2k4