First things first. I need to compile some code to see what happens. I've downloaded the MASM32 SDK. Is qeditor the app you're supposed to use to write and compile/test your MASM code? If so, is what's going on in the attached image normal? It looks quite similar to how Ubuntu command prompt works ;)
Red,
Test out the installation with some of the tutorial code as it is very simple and commented. Once you have a feel for how it works look at the example code as it shows you how to do many things. You also have the option of using some of the templates built into the editor. The command prompt is a standard Windows CMD.EXE.
YES, qeditor.exe is the tool you can use:
- click Project/Console build all, watch for error messages, and hit any key to close the console
- then click Project/Run program
@author of the Harryquin bot: Post your source code here, maybe we can improve it a little bit. Right now, it's horribly dumb, and a shame for the programming community 8)