News:

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

Executable doesnt work :(

Started by kaktusar84, July 22, 2008, 03:33:16 PM

Previous topic - Next topic

kaktusar84

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 :(



BlackVortex

It is a console application. Run it from a dos prompt !

dsouza123

There is both Assemble & Link and Console Assemble & Link.

For GUI programs use Assemble & Link, for Console use Console Assemble & Link.

kaktusar84

Thanks guys, this helps a lot  :thumbu