The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: dgkimpton on February 02, 2011, 01:41:54 PM

Title: Using VS2010 for MASM... step by step
Post by: dgkimpton on February 02, 2011, 01:41:54 PM
All, first let me say thank you to all the great posters here... I've been reading for some time and the tips and tricks on this forum are invaluable.

Second, I put together a step by step of how to get Visual Studio 2010 to compile using MASM so now I feel I can finally contribute something back.

I thought it might be of help to someone here so I'm going to post a link to it, hopefully this does not come across as spam.

http://www.deconflations.com/2011/masm-assembly-in-visual-studio-2010/

Thanks again to everyone who has unknowingly helped me get a handle on this asm stuff.
Title: Re: Using VS2010 for MASM... step by step
Post by: Vortex on February 02, 2011, 06:54:59 PM
You can check this thread to use the new VS 2010 tools :

http://www.masm32.com/board/index.php?topic=11599.0
Title: Re: Using VS2010 for MASM... step by step
Post by: dgkimpton on February 02, 2011, 07:10:37 PM
Vortex: I didn't need to go through any of that... ML.exe v10 is included out of the box in VS2010 and just works once the project is correctly configured... maybe I'm missing the point of what you are suggesting?
Title: Re: Using VS2010 for MASM... step by step
Post by: Vortex on February 02, 2011, 07:14:48 PM
Hi dgkimpton,

It's easy : that thread is focussing on creating a simple VS 2010 environment without touching the registry if you don't wish to use the IDE. Command-line tools are enough for such a task.
Title: Re: Using VS2010 for MASM... step by step
Post by: dgkimpton on February 02, 2011, 07:21:09 PM
Ah, that explains it. I was actually aiming to use the IDE...