
Signature
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com
Thanks Steve,
Could you elaborate. What steps do I take to do this?
thanks
gary
> For that you'll need to integrate a new project system as the actual
> compiler settings etc are controlled by the project system. You can use the
> existing C/C++ editors so it's not a massive task but not trivial either.
Steve Maillet (eMVP) - 18 Oct 2004 16:47 GMT
You'll need to get the VSIP dev kit from the MS web site. Then follow the
documentation on creating a custom project. Of particular interests will be
the HierUtil classes for implementing the project hierarchy. In VS.Net 2003
you need to do this in native C++. However in VS 2005 it will be possible to
implement project systems in managed code.

Signature
Steve Maillet
EmbeddedFusion
www.EmbeddedFusion.com
smaillet at EmbeddedFusion dot com