News:

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

RADAsm and MASM32

Started by kool, November 11, 2010, 03:43:33 AM

Previous topic - Next topic

kool

Why does MASM32 have to be installed to assemble a MASM program. If I don't point $A to the masm32 directory ( I have it pointing to the MASM directory ), I get the message "Error during process creation". What's missing in the MASM directory. How can RADAsm be set up without having the masm32 installation?

KetilO

Hi kool, and welcome to the board.

RadASM is just a code editor and does not contain any assembler, linker or compiler. These are external command line tools that RadASM calls when building a project.

KetilO