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 :(
It is a console application. Run it from a dos prompt !
There is both Assemble & Link and Console Assemble & Link.
For GUI programs use Assemble & Link, for Console use Console Assemble & Link.
Thanks guys, this helps a lot :thumbu