|
-
April 16th, 2005, 05:30 PM
#1
Help with Dll
I try to test my dll with vb6 and I get this error.
Can't find DLL Entry point.
Can anyone help me out?
Thanks a lot.
-
April 16th, 2005, 07:00 PM
#2
Re: Help with Dll
From a Visual Studio CMD prompt run "Dumpbin /Exports nameof.dll" to display what your dll has exported.
Arjay
-
April 17th, 2005, 04:27 AM
#3
Re: Help with Dll
In addition, you might want to take a look at the following FAQ...
-
April 17th, 2005, 07:16 PM
#4
Re: Help with Dll
For those who can't stand command-line tools - PE Explorer will show up both entry points and export/import lists in a more friendly way.
PE Explorer home page: http://www.heaventools.com
Hope it helps
WBR,
Artt
-
April 18th, 2005, 03:06 AM
#5
Re: Help with Dll
 Originally Posted by Artt
For those who can't stand command-line tools - PE Explorer will show up both entry points and export/import lists in a more friendly way.
Which comes at a $129 value...if you need a free GUI one...use Dependency Walker...which does not have all of the functionality....however, in this regard (dll) it does...
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
|