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

Integration with Visual Studio 8 (2005) fails on Win7 32-bit

klillevo
Beginner
294 Views
I just upgraded (installed from scratch) to Windows 7, and I have tried to set back up my development environment.
I installed Visual Studio 8 (2005), its SP1 and SP1 update for Vista and Win7.
Then I installed the Intel C Compiler for IA32, andIntel C Compiler 11.0 IA32 IDE Integrations. The latter detected Visual Studio 8 and proceeded to install without errors.
However, upon starting VS8, there is no integration. I can not change my projects to use the Intel Compiler, and the menu items I had for the Intel Compiler in VS8 under Windows XP are all missing.
Any ideas?
0 Kudos
2 Replies
JenniferJ
Moderator
294 Views

Can you open the VS2005 command prompt window from "Start" menu? to make sure the vcvars.bat works.

Then if it works, try toinstall the 11.1.065 pkg to see if you can get IDE integration to work. During installation, you'll be asked several times on a question about if you'd like to run VS2005 or search online. Make sure to click "Run" the program.

Jennifer

0 Kudos
klillevo
Beginner
294 Views
Thank you, Jennifer. The latest update appears to have solved the problem.

0 Kudos
Reply