Re: Using alternative compilers/linkers in .net
- From: "Bryan Phillips" <bphillips@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 17 May 2007 00:02:42 +0000
Sign up for the VSIP program at Microsoft (it's free). That will give you access to the Visual Studio SDK and the VSIP forums.
You will basically have to create a Visual Studio package that contains a new project type for the solution. I am pretty sure that you will be able to reuse much of the editing IDE functionality.
The SDK has numerous examples on these topics including integrating with compilers.
Just so you know, the VS IDE is nothing more than a shell (in a similar fashion to the Eclipse IDE) and the packages add functionality to it.
--
Bryan Phillips
MCT, MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
Web Site: http://www.composablesystems.net
"harald.wikeroy@xxxxxxxxx" <harald.wikeroy@xxxxxxxxx> wrote in message news:1179300395.987093.247940@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
Hi,
(please redirect me if I'm posting in the incorrect forum)
Is there a way to use alternative compilers/linkers in .net (2005)?
Presently, I use Keils uVision, Metrowerks Codewarrior, MS Embedded
Visual C 4.0, and the .Net IDE to maintain very similar projects
containing c++ code. I.e., there are four different platforms that
generate four different libraries of the same code.
My question is then: Is it possible to use the .net IDE to compile for
all platforms? (Use Keils C166.EXE/L166.EXE and so forth instead of
the microsoft compiler/linker)
Yours,
HaraldW
.
- Follow-Ups:
- Re: Using alternative compilers/linkers in .net
- From: harald . wikeroy
- Re: Using alternative compilers/linkers in .net
- References:
- Using alternative compilers/linkers in .net
- From: harald . wikeroy
- Using alternative compilers/linkers in .net
- Prev by Date: Using alternative compilers/linkers in .net
- Next by Date: RE: VS2005 Multiproject Templates, how to control how folders are created?
- Previous by thread: Using alternative compilers/linkers in .net
- Next by thread: Re: Using alternative compilers/linkers in .net
- Index(es):
Relevant Pages
|