News:

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

Using the Masm32 qeditor

Started by larry1470, July 19, 2007, 03:30:52 PM

Previous topic - Next topic

larry1470

I have just started with this endeavor. I have downloaded the masm32 (m31v9r) program from Microsoft. When I load code into the editor or open code into the editor and then try to assemble it I always get the following error. Cannot find Program.asm in C:\.  To work around this I rename my asm file to Program and move it to C:\. It then works fine, but it seems kind of silly to have to do this. How do I change this to Browse for the file I want to assemble?
Thank you,
Larry

Jackal

You need to either download the new batch files that have been posted in the forum or make sure that you do not have spaces in the name of the path or file that you are tring to compile. The new batch files are under the MASM32 sub forum. They should be placed in the bin folder within your masm directory.

MichaelW

Is the file you are trying to assemble in a directory off of C:\Program Files? If so, the problem is the space in "Program Files". This problem is more commonly caused by the space in "My Documents" or "Documents and Settings". The new files that will fix the problem are here.
eschew obfuscation

kyo

If you dont feel good with qeditor use 3d party IDE , eg RadASM very good IDE to program in and easy to use.

Vortex

Hi larry1470,

Welcome to the forum. Could you provide us the original path of your source file?

Tipidy

Another IDE to try is WinAsm available at: http://www.winasm.net  :U