How do I compile a file in .exe on Windows 7 ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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)

12th Sep 2018, 11:27 AM
King Sam
King Sam - avatar
1 Answer
+ 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"
13th Sep 2018, 9:02 AM
Jens-Emil Sønderup Müller
Jens-Emil Sønderup Müller - avatar