I\'m using the eclipse IDE with MinGW as my compiler, to make a Win32 GUI app.
I want to get rid of the console, but compiling the program with -mwindows
-mwindows
try --machine-windows option. it helps me when I build asm code:
nasm -f win64 hello.asm gcc hello.obj --machine-windows -o hello