Author Topic: Beginner NASM Vsual Studio 2010  (Read 15113 times)

Offline hmi222

  • Jr. Member
  • *
  • Posts: 6
Beginner NASM Vsual Studio 2010
« 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


Offline hmi222

  • Jr. Member
  • *
  • Posts: 6
Re: Beginner NASM Vsual Studio 2010
« Reply #1 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






 

Offline Rob Neff

  • Forum Moderator
  • Full Member
  • *****
  • Posts: 429
  • Country: us
Re: Beginner NASM Vsual Studio 2010
« Reply #2 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 ;)

Offline hmi222

  • Jr. Member
  • *
  • Posts: 6
Re: Beginner NASM Vsual Studio 2010
« Reply #3 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....  ;)

Offline Rob Neff

  • Forum Moderator
  • Full Member
  • *****
  • Posts: 429
  • Country: us
Re: Beginner NASM Vsual Studio 2010
« Reply #4 on: January 12, 2011, 01:56:05 PM »

Yep.  Add your vote to the wishlist: http://forum.nasm.us/index.php?topic=873.0

Offline perilbrain

  • New Member
  • Posts: 1
Re: Beginner NASM Vsual Studio 2010
« Reply #5 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