The MASM Forum Archive 2004 to 2012

Project Support Forums => IDE Development and Support => RadAsm Support Forum => Topic started by: kool on November 11, 2010, 03:43:33 AM

Title: RADAsm and MASM32
Post by: kool on November 11, 2010, 03:43:33 AM
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?
Title: Re: RADAsm and MASM32
Post by: KetilO on November 11, 2010, 08:36:18 AM
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