I want to compile and link a DLL with clean ASM.
How can i put some function to DLL export section?
PUBLIC publics it for local external function only.
where dllfile is the filename of the dll. It will also create an import library with a lib extension which allows your source files to treat the dll as a lib.
You can get more info at win32asmboard.cjb.net but make sure you try to use the 'search' button at the upper left of each page, if you don't the people there might ask you to do that anyway. Or try win32asm.cjb.net specifically Iczelion's Tutorial 24 for more info on DLL's.
"Information has a tendency to be free. Which means someone will always tell you something you don't want to know."
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.