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?
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