The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: kaktusar84 on July 22, 2008, 03:33:16 PM

Title: Executable doesnt work :(
Post by: kaktusar84 on July 22, 2008, 03:33:16 PM
Hi everybody...

At first.. I am MASM noob so I dont know whats happening...

I installed MASM in "c:\masm32\"... everything went ok...
Next I tryed to run c:\masm32\tutorial\console\demo1\hello.exe ... and it was ok.. so I tryed to open hello.asm in qeditor, clicked "Assamble & Link". The compilation finished without errors so I clicked "Run program" but the program doesnt seem to work  :( It just blinks without writing "Hello word".

Help please :(


Title: Re: Executable doesnt work :(
Post by: BlackVortex on July 22, 2008, 03:39:44 PM
It is a console application. Run it from a dos prompt !
Title: Re: Executable doesnt work :(
Post by: dsouza123 on July 22, 2008, 04:11:23 PM
There is both Assemble & Link and Console Assemble & Link.

For GUI programs use Assemble & Link, for Console use Console Assemble & Link.
Title: Re: Executable doesnt work :(
Post by: kaktusar84 on July 23, 2008, 07:03:50 AM
Thanks guys, this helps a lot  :thumbu