The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: larry1470 on July 19, 2007, 03:30:52 PM

Title: Using the Masm32 qeditor
Post by: larry1470 on July 19, 2007, 03:30:52 PM
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
Title: Re: Using the Masm32 qeditor
Post by: Jackal on July 19, 2007, 09:39:45 PM
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.
Title: Re: Using the Masm32 qeditor
Post by: MichaelW on July 20, 2007, 06:13:55 AM
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 (http://www.masm32.com/board/index.php?topic=6238.0).
Title: Re: Using the Masm32 qeditor
Post by: kyo on August 08, 2007, 03:42:56 AM
If you dont feel good with qeditor use 3d party IDE , eg RadASM very good IDE to program in and easy to use.
Title: Re: Using the Masm32 qeditor
Post by: Vortex on August 08, 2007, 05:18:07 PM
Hi larry1470,

Welcome to the forum. Could you provide us the original path of your source file?
Title: Re: Using the Masm32 qeditor
Post by: Tipidy on August 23, 2007, 09:39:49 AM
Another IDE to try is WinAsm available at: http://www.winasm.net  :U