News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

I need help getting started with MASM32 SDK

Started by RedSkeleton007, July 19, 2015, 02:06:57 PM

Previous topic - Next topic

RedSkeleton007

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 ;)

hutch--

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.

jj2007

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

jj2007

@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)