- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I installed Intel c++ and fortran composer (intel parallel studio xe 2013) on my computers (PC, Laptop) with vs 2010 already installed .
Within vs 2010 only the intel fortran compile is visable (projects can be created) but not the intel c++ compiler.
Why??
Best Regards.
Thomas
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Vs 2010 professional
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
After vs 2010 converted the project file .vcxproj I could run the project.As far as I can see only the MS C++ compiler was used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Thomas,
Did you by any chance installed Beta versions/ Downgraded your compiler/Composer version before installing the present composer? Let me know if this article can help you :- http://software.intel.com/en-us/articles/error-with-intelpgk-while-using-visual-studio-integration/ .
Regards,
Sukruth H V
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You need to set the project to use Intel C++ first.
Right click on the project name, select "Intel Composer XE 2013 -> Use Intel C++". It will set the "tool set" to "intel C++ 13.0".
Then "rebuild".
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Jennifer,
thanks for your reply this worked. But the question still remains. Why is the intel c++ compiler not displayed if I want to create a new project?
Hi Sukruth,
I never installed a Beta version or downgraded. I started "clean" from scratch.
Best Regards to all, THANK you responding to my question
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Do you mean why did Microsoft make new projects default to 32-bit CL, apparently with options to change the default only among Microsoft 32-bit languages? Discussing that here won't influence Microsoft.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thomas S. wrote:
Hi Jennifer,
thanks for your reply this worked. But the question still remains. Why is the intel c++ compiler not displayed if I want to create a new project?
Because our compiler is 100% compatible with MSVC except no /clr support. So any VC project without using /clr can be compiled with Intel C++ Compiler. If we provide Intel C++ project, it will be very similar to what MSVC already have. It's duplication of work. But we're thinking of something that might be helping new users in this area right now. Let me include this thread to that ticket.
Also note: you can do mix-match as well: meaning building some files with MSVC and some with Intel C++.
Jennifer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

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