Pre-requisite:
- Install MASM
To assemble:
\masm32\bin\ml /c /Zd /coff int2string2.asm
To link:
\masm32\bin\Link /SUBSYSTEM:CONSOLE int2string2.obj
Qt console hello world This guide shows how a Qt console hello world looks like. ▣ Open Qt Creator and click on Create Project... ...
No comments:
Post a Comment