| September 7, 2011 12:00 AM PDT | |
I have installed Visual Studio 2008 and Intel(R) Parallel Studio XE. How come I see "Intel(R) Visual Fortran project" in the "New Project" list but no "Intel(R) C++ Project" option?
There is no "Intel(R) C++ Project" entry in the VS2008 IDE. The way it works is that the user creates a Microsoft* C++ project (e.g. Win32 Console Application, Win32 project, etc.), and then uses the Intel Compiler integration plug-in in Visual Studio to build that project with the Intel C++ compiler. Here's how it works:
1. Create a C++ project using Visual Studio or load an existing VC++ project
2. Right click the Solution name in Visual Studio Solution Explorer, or right click on single project or a select number of projects in the solution (e.g. CTRL-Click projects of interest and then right click)
3. Click "Intel C++ Composer XE 2011" and then click "Use Intel(R) C++"
After the above step if you do a "Build" or "Rebuild" the selected projects will be built using the Intel C++ Compiler.
There is no "Intel(R) C++ Project" entry in the VS2008 IDE. The way it works is that the user creates a Microsoft* C++ project (e.g. Win32 Console Application, Win32 project, etc.), and then uses the Intel Compiler integration plug-in in Visual Studio to build that project with the Intel C++ compiler. Here's how it works:
1. Create a C++ project using Visual Studio or load an existing VC++ project
2. Right click the Solution name in Visual Studio Solution Explorer, or right click on single project or a select number of projects in the solution (e.g. CTRL-Click projects of interest and then right click)
3. Click "Intel C++ Composer XE 2011" and then click "Use Intel(R) C++"
After the above step if you do a "Build" or "Rebuild" the selected projects will be built using the Intel C++ Compiler.
Do you need more help?
This article applies to: Intel® C++ Compiler for Windows* Knowledge Base, Intel® Parallel Composer Knowledge Base
For more complete information about compiler optimizations, see our Optimization Notice.
Comments (0) 
Trackbacks (0)
Leave a comment 
To obtain technical support, please go to Software Support.

