When I noticed the problem I made a bare bones test program to work with as I thought it was the way I was creating the project. Attached you will find 2 projects - one works and the other does not work using "Make -> Go All". Well, as I mentioned, the files are generated correctly in either case. I just get a small window pop up that states "Execution Failed!" if the project name and .asm name are different.
Only difference between those two projects is the project name.
Here is the Output from both (also included in the zip files):
---------------------------works.wap----------------------------------------------
\Masm32\Bin\ML /c /I"\Masm32\Include" "C:\WinAsm\projects\test\works\works.asm"
Microsoft ® Macro Assembler Version 6.14.8444
Copyright © Microsoft Corp 1981-1997. All rights reserved.
Assembling: C:\WinAsm\projects\test\works\works.asm
\Masm32\Bin\Link16 @"C:\WinAsm\projects\test\works\link.war"
Microsoft ® Segmented Executable Linker Version 5.60.339 Dec 5 1994
Copyright © Microsoft Corp 1984-1993. All rights reserved.
Object Modules [.obj]: C:\WinAsm\projects\test\works\works.objj
Make finished. 0 error(s) occured.
-----------------------------------------------------------------------------------
----------------------------nowork.wap---------------------------------------------
\Masm32\Bin\ML /c /I"\Masm32\Include" "C:\WinAsm\projects\test\nowork\works.asm"
Microsoft ® Macro Assembler Version 6.14.8444
Copyright © Microsoft Corp 1981-1997. All rights reserved.
Assembling: C:\WinAsm\projects\test\nowork\works.asm
\Masm32\Bin\Link16 @"C:\WinAsm\projects\test\nowork\link.war"
Microsoft ® Segmented Executable Linker Version 5.60.339 Dec 5 1994
Copyright © Microsoft Corp 1984-1993. All rights reserved.
Object Modules [.obj]: C:\WinAsm\projects\test\nowork\works.objj
Make finished. 0 error(s) occured.
-----------------------------------------------------------------------------------
Thank you for looking at this.
Attached File ( Number of downloads: 21 )
Login or
Register to download