|
-
May 10th, 1999, 04:06 AM
#1
How to view export functions of a DLL through VC++ code - Samantha
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.
([email protected])
-
May 10th, 1999, 04:09 AM
#2
Re: How to view export functions of a DLL through VC++ code - Samantha
try to do a quick view on the DLL or search the header file containing the functions
-
May 13th, 1999, 03:04 AM
#3
Re: How to view export functions of a DLL through VC++ code - Samantha
Using dumpbin facility is also very good idea to get the actual
function names which are exported from DLL
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|