Hi,
I've just downloaded and installed masm32 on windows 7, and I encountered a problem:
I've copied - pasted the first sample in the tutorial (the one in the console folder) and I tried to run it; I assembled it and linked it, this worked fine, but when i run the .exe file generated, it crashes (I got a dialog from the OS with "program.exe has stopped working... " ).
Do you have any idea what the problem could be?
Thanks,
Claudiu Guiman
Hi Claudiu,
Welcome to the forum. Could you try to build and test another Masm32 example?
Quote from: guiman on October 21, 2009, 11:51:44 AM
the one in the console folder
Try to be a bit more specific, that will increase your chances to get answers.
\masm32\examples\exampl07\console\hello
\masm32\examples\exampl07\console\hashapp
\masm32\examples\exampl07\console\stripcc
D:\masm32\tutorial\console\demo1
D:\masm32\tutorial\console\demo2
D:\masm32\tutorial\console\demo5
D:\masm32\tutorial\console\demo4
D:\masm32\tutorial\console\demo3
D:\masm32\tutorial\console\demo7
D:\masm32\tutorial\console\demo6
It sounds like a privelige issue, make sure you have enough administrative rigts to run an application that is not "managed" code.
guiman,
The program named hello.asm at C:\masm32\tutorial\console\demo1 builds fine and runs fine here, I'm running Windows 7. Must be a copy and/or paste error.
I've found the probleme... it had to do with the copy-paste. I'm sorry for wasting your time with stupid questions :).
Thank you,
Claudiu Guiman
No problems Claudiu, I have made silly mistakes that would make you laugh. Let us know how you go with MASM32 on Win 7.