Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

How to integrate ICC 8.1 in VS2005 IDE

pango99
Beginner
312 Views
I want to integrate my ICC 8.1 in VS2005,how to do it?
0 Kudos
2 Replies
TimP
Honored Contributor III
312 Views
It's not supported; icl 8.1 development was ended before VS2005 was available. If you're making an effort to upgrade to a new VS, you might consider the current one, VS2008, now that icl 10.1 supports it.
0 Kudos
JenniferJ
Moderator
312 Views

The 9.1 IDE integration will allow you to use 8.1 icl. I should mention following as well.

8.1 doesn't support VS2005, so it may not compile. VS2005 has some breaking-changes. Unless you just want to use the VS2005 IDE but refer to VS2003 includes/libs.

0 Kudos
Reply