Page 1 of 1

dll inspector

PostPosted: Nov 28, 2004 @ 4:51pm
by GeoffSulcer

PostPosted: Nov 29, 2004 @ 3:11pm
by Dan East
Unless the functions use C++ decorated names, I don't think it's possible to determine that (unless the DLL contains debugging information).

That's the whole reason MS created COM / ActiveX - to allow completely dynamic, runtime access to unknown functions and classes.

Dan East