How do I compile a file in .exe on Windows 7 ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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