Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

working with visual studio 2010

chljl
Beginner
266 Views
I bought Intel Parallel Studio XE 11 including the intel c++ compiler. I can use it with visual studio 2005 and can't use it with visual studio 2010. Based on the help file it seems work with visual studio 2010. Did I do anything wrong?

0 Kudos
5 Replies
Om_S_Intel
Employee
266 Views
You can use Intel C++ Composer XE 2011 with Microsoft Visual Studio 2010. There may be something wrong with installation or integration.

Can you use Intel C++ Composer 2011 XE from command line?
ILevi1
Valued Contributor I
266 Views
When you installed Intel Parallel studio did you have an option to install integration into Visual Studio? If so, into which one did you install?

If I remember correctly integration is possible only into one version of Visual Studio at a time. Someone from Intel could tell us whether that has changed.
TimP
Black Belt
266 Views
The XE 2011 products support integration with VS 2005, 2008, 2010, as many of those as you have installed, if they are the designated versions where Microsoft permits 3rd party product integration. XE 2011 was the first to support VS2010, and XE 2013 will no longer support VS2005 (according to announcements). The tighter limit is on how may versions of an Intel product can be integrated (2).
ILevi1
Valued Contributor I
266 Views
Thanks for clarifying that Tim. Then maybe doing repair of the XE installation would help?
SergeyKostrov
Valued Contributor II
266 Views
Quoting TimP (Intel)
The XE 2011 products support integration with VS 2005, 2008, 2010, as many of those as you have installed, if they are the designated versions
where Microsoft permits 3rd party product integration
...

That's correct and here is my case. I have 3 Visual Studios on my development computer:

Visual Studio 2005 Professional Edition ( PE )
Visual Studio 2008 Express Edition ( EE / Free )
Visual Studio 2010 Express Edition ( EE / Free )

I've installed Intel C++ Composer XE 2011 andintegration was done only with Visual Studio 2005 PE.

However, it doesn't mean that you can't use Intel C++ compiler with Visual Studios 2008 & 2010 EEs.
You can create a make file base project and use Intel C++ compilerwith command line options.

>>I bought Intel Parallel Studio XE 11 including the intel c++ compiler. I can use it with visual studio 2005
>>and can't use it with visual studio 2010. Based on the help file it seems work with visual studio 2010.
>>Did I do anything wrong?

What areeditions of Visual Studios 2005 and 2010? Please let us know.

Best regards,
Sergey
Reply