News:

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

Linking Masm object files with the GNU linker

Started by Vortex, December 07, 2005, 06:51:13 PM

Previous topic - Next topic

Vortex

Here is an example of using the GNU linker ld.exe with Masm :
\masm32\bin\ml /c /coff Dialog.asm
\goasm\gorc /o Rsrc.rc
ld -e_start -subsystem windows -Lc:\masm32\lib -o Dialog.exe Dialog.obj Rsrc.obj -luser32 -lkernel32 -s




[attachment deleted by admin]