+ 2
How do I compile a file in .exe on Windows 7 ?
How do I compile a file in .exe on Windows 7? (NASM compiler)
1 Respuesta
+ 1
Why not just compile it for Windows in a Linux enviroment? You can do that by running "nasm -f win32" and changing your entry point to "_WinMain @ 16"