NASM - The Netwide Assembler

NASM Forum => Using NASM => Topic started by: hmi222 on December 26, 2010, 11:35:39 PM

Title: Beginner NASM Vsual Studio 2010
Post by: hmi222 on December 26, 2010, 11:35:39 PM
Hello!
Im new here and new to NASM.
Normally i use MASM, but now ill give a try to NASM and some of its cool features.
As IDE and for debug im using VS Studio, so i know that NASM comes with a nasm.rules file for VS2008.
Is there a .props and a .targets file out there for nasm in use with VS2010?
Thanx in advance.
hmi222

Title: Re: Beginner NASM Vsual Studio 2010
Post by: hmi222 on January 11, 2011, 09:22:31 PM
So i made them.
Hope they run well. If there's somebody who can test.
Locationpath (german): C:\Programme\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations.

Cheers
hmi222






 
Title: Re: Beginner NASM Vsual Studio 2010
Post by: Rob Neff on January 11, 2011, 11:50:46 PM

Locationpath (german): C:\Programme\MSBuild\Microsoft.Cpp\v4.0\BuildCustomizations.

ummmm... You may want to rethink where you want people to download and test ;)
Title: Re: Beginner NASM Vsual Studio 2010
Post by: hmi222 on January 12, 2011, 11:15:53 AM
so now only NASM-Developteam has to implement Codeview-Debug Information
to use NASM filly in Visual Studio 20xx.  ;D :P
YASM already has....  ;)
Title: Re: Beginner NASM Vsual Studio 2010
Post by: Rob Neff on January 12, 2011, 01:56:05 PM

Yep.  Add your vote to the wishlist: http://forum.nasm.us/index.php?topic=873.0 (http://forum.nasm.us/index.php?topic=873.0)
Title: Re: Beginner NASM Vsual Studio 2010
Post by: perilbrain on June 28, 2012, 09:14:30 AM
Wrote Something for you (the target and props)..... :)

Please check it out...

http://www.codeproject.com/Articles/410776/Build-Customization-Using-NASM-with-Visual-Studio

you can modify as per your need