Hello!
I'm developing command line tools and want to integrate my tools in VS 2k5
IDE. I believed this kind of question be very common topic here, but I
couldn't find any related topics for newbie like me.
Is there any tutorials or examples on how to add new project type associated
with a new language, etc.?
Thanks in advance,
hdlee
Carlos J. Quintero [VB MVP] - 17 May 2006 11:08 GMT
Hi,
To get started about the different forms of VS extensibility, check the "For
add-in developers" section of my web site (below). For you sitiuation you
will need to create a package with the VS 2005 SDK.

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> Hello!
>
[quoted text clipped - 8 lines]
> Thanks in advance,
> hdlee
hdlee - 18 May 2006 01:54 GMT
Thanks!
> Hi,
>
[quoted text clipped - 14 lines]
> > Thanks in advance,
> > hdlee
snae - 17 May 2006 15:59 GMT
You will need the VSIP SDK and will have to build a new package. There
are several samples that ship with the SDK that provide a good starting
point for integrating a new language - the most relevant of these will
probably the MyCPkgs or the FigPkgs.
hdlee - 18 May 2006 01:53 GMT
Thanks for reply.
I'll take a look at those packages.
> You will need the VSIP SDK and will have to build a new package. There
> are several samples that ship with the SDK that provide a good starting
> point for integrating a new language - the most relevant of these will
> probably the MyCPkgs or the FigPkgs.