howto: creating custom platform for VC++ projects?

J

Jordi Vilar

Hi,

Is there a way to create a new fully customized target for VC++
projects in VS .NET 2003? The idea is to add support for new
compilers, so you can compile the same project with different
compilers (maybe crosscompilers for other platforms) within the VS
IDE.

I assume that I need to deveop a VS add-in in order to control the
compiler and linker invokations and create the settings dialogs, but
I'm totally lost and I don't know where to start from!

Thanks in advance,

Jordi Vilar
 
C

Carl Daniel [VC++ MVP]

Jordi said:
Hi,

Is there a way to create a new fully customized target for VC++
projects in VS .NET 2003? The idea is to add support for new
compilers, so you can compile the same project with different
compilers (maybe crosscompilers for other platforms) within the VS
IDE.

I assume that I need to deveop a VS add-in in order to control the
compiler and linker invokations and create the settings dialogs, but
I'm totally lost and I don't know where to start from!

http://msdn.microsoft.com/vstudio/extend/default.aspx

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top