- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We have a feature request to provide a similar tool like ICProjConvert120.exe for VS2010 projects. But it's not implemented yet for the current release of Intel C++ Composer XE or Intel Parallel Composer 2011.
Right now, you can do it this way:
1. open the project in VS2010, set the project to use Intel C++ within the IDE
2. build the project use msbuild and it will automatically pickup the ICL.
thanks,
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the Intel C++ Composer XE 12.0 update 6 and newer, a new tool "ICProjConvert121.exe" is provided. It's installed to [common files]\intel\shared files\ia32\Bin folder.
This new version supports VS2010 projects. The syntax is like below:
Set the solution or projectto use the Intel C++ Compiler XE 12.1 (update 6 or newer)
>>ICProjConvert121 chelloVS10.sln /IC:"Intel C++ Compiler XE 12.1"
>>ICProjConvert121 chelloVS10.vcxproj /IC:"Intel C++ Compiler XE 12.1"
Set the solution to use the Intel C++ Composer XE 12.0 (update 5 or older)
>>ICProjConvert121 chelloVS10.sln /IC:"Intel C++ Compiler XE 12.0"
>>ICProjConvert121 chelloVS10.vcxproj /IC:"Intel C++ Compiler XE 12.0"
The valid value for "/IC:" option can be found from the VS2010 tools option > Intel C++ > Compilers, "Platform Toolset" list box. It depends on what you have installed on the system.
Jennifer

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page