Click to See Complete Forum and Search --> : How to view export functions of a DLL through VC++ code - Samantha


May 10th, 1999, 04:06 AM
Hi!
Given a dll, I want to show all the export functions of that DLL in a list box. So kindly guide me as to how to extract the names of the export functions existing in the DLL. Assume that we have only the .DLL file with us without any of its dependency files.

Thanks and regards
Samantha.
(samantha_57@hotmail.com)

Harmen Gumster
May 10th, 1999, 04:09 AM
try to do a quick view on the DLL or search the header file containing the functions

May 13th, 1999, 03:04 AM
Using dumpbin facility is also very good idea to get the actual
function names which are exported from DLL