The MASM Forum

General => The Campus => Topic started by: RedSkeleton007 on July 19, 2015, 02:06:57 PM

Title: I need help getting started with MASM32 SDK
Post by: RedSkeleton007 on July 19, 2015, 02:06:57 PM
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 ;)
Title: Re: I need help getting started with MASM32 SDK
Post by: hutch-- on July 19, 2015, 03:04:53 PM
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.
Title: Re: I need help getting started with MASM32 SDK
Post by: jj2007 on July 19, 2015, 05:25:53 PM
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
Title: Re: I need help getting started with MASM32 SDK
Post by: jj2007 on July 21, 2015, 10:16:16 PM
@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)