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.
Printable View
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.
From a Visual Studio CMD prompt run "Dumpbin /Exports nameof.dll" to display what your dll has exported.
Arjay
In addition, you might want to take a look at the following FAQ...
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
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... ;)Quote:
Originally Posted by Artt