Stretchwickster
Programmer
I have a C++ DLL I want to use in a Delphi app. I do not know the methods contained in the DLL and wondered if there's an effective programmatic way of obtaining what methods the DLL exports and perhaps what parameters are need in the method calls. I found a bit of code online that promised to do what I'm requesting (minus the parameter list) but it doesn't return any method names. I know I can use TDump.exe but I would like a programmatic method is possible, anyone got any ideas?
The code I couldn't get to work can be found at this link:
Clive
Ex nihilo, nihil fit (Out of nothing, nothing comes)
The code I couldn't get to work can be found at this link:
Clive
Ex nihilo, nihil fit (Out of nothing, nothing comes)