News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

using dumpbin.exe to create a .def file

Started by MikeT, October 09, 2009, 09:46:06 AM

Previous topic - Next topic

hutch--

Mike,

a DEF file looks like this, I think you have got the wrong idea of how its done.


LIBRARY tstdll
EXPORTS TestProc


The "LIBRARY" statement is for the name of the DLL, the EXPORTS statement is for the function name(s)

You would write the DEF file for your DLLs something like this.


LIBRARY MikesDLL
EXPORTS function1
EXPORTS MyNextFunction
EXPORTS AnotherFunction
etc ....
.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php