How to use a different compiler from the IDE
-
Tuesday, October 28, 2008 11:53 PMHi,
I am using Visual Studio 2005 Express Edition. How do I change the compiler used to build my project? I want to use icc.exe instead of cl.exe. I have looked everywhere but I can't find it!
Thank you,
Rodrigo
All Replies
-
Wednesday, October 29, 2008 12:02 AMModerator
This is a new feature in VS2010. You can create your own Platform/Toolset.
See the CTP walkthrough and you can post here if you have questions:
http://social.msdn.microsoft.com/Forums/en-US/vs2010ctpcpp/thread/b36cc0ca-3281-42cb-aa5b-6f08fff09603
Chuck- Proposed As Answer by kenwat Thursday, October 30, 2008 11:09 PM
-
Wednesday, October 29, 2008 1:41 AMModerator
Note: The Express Editions of Visual Studio do not support Extensibility.- Proposed As Answer by kenwat Thursday, October 30, 2008 11:10 PM
- Marked As Answer by Chuck England - MSFTMicrosoft Employee, Moderator Friday, October 31, 2008 3:30 PM

