News:

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

Masm32 Command Line Interface

Started by Don57, June 09, 2008, 04:12:06 PM

Previous topic - Next topic

Don57

I am using Masm32, and QEditor. I can assemble from the editor just fine, but when I try to assemble from the command prompt I get a link.exe not found error.
Any Ideas.

ragdog

hi

if masm32 in c:\

use this


\masm32\bin\cvtres.exe /machine:ix86 rsrc.res

\masm32\bin\ml.exe /c /coff source.asm

\masm32\bin\link.exe /SUBSYSTEM:WINDOWS source.obj rsrc.obj

if exist *.obj del *.obj


pause