The MASM Forum Archive 2004 to 2012

General Forums => The Workshop => Topic started by: sluggy on September 06, 2005, 11:53:57 AM

Title: MASM addin for VS.Net 2003 IDE
Post by: sluggy on September 06, 2005, 11:53:57 AM
I am happy to announce that i have just released a new addin to support coding asm in the VS.Net IDE.

If you are like me, and like to do your asm coding in an IDE with REAL power :green2, then visit this post (http://www.masmforum.com/simple/index.php?topic=2628.0) for the full details. This addin gives you some of the features that you have come to expect when coding in other languages, such as full syntax colouring.

So, head on over and check it out  :8)
Title: Re: MASM addin for VS.Net 2003 IDE
Post by: hutch-- on September 06, 2005, 12:12:07 PM
Sluugy,

Looks GREAT !!!!

Licence has the "common sense" feel to it.  :bg
Title: Re: MASM addin for VS.Net 2003 IDE
Post by: AeroASM on September 12, 2005, 01:50:52 PM
Will this work with vs2005.net beta 2?
Title: Re: MASM addin for VS.Net 2003 IDE
Post by: sluggy on September 12, 2005, 09:25:16 PM
Probably, but not with the current install. There are just two files to install, but there is also a bunch of registry keys which hook it all up to the IDE. If you took those entries and put them in the appropriate place in VS2005 it may work, but i haven't tried that yet.

I have downloaded the VS2005 SDK and will look at it soon (in the next week or two). Most of the work so far has been with putting together the flex and yacc files, it may be quite simple for me to set up a solution for the addin in 2005 and share the flex and yacc files across both IDE versions. I just need a bit of time to get the 2003 version right first :)