Hello,
I just purchased Intel Composer XE 2013 SP1 for my windows 7 64 bit computer. I already had Microsoft Visual Studio 2010 Shell installed on my computer before installing intel composer. When I open Microsoft Visual Studio 2010, I can see that the software recognizes my Intel Visual Fortran Compiler. I am able to open the sample program, i.e. Console2 ("Hello World"). However, when I try to build the program, I get the following results:
1>LINK : warning LNK4044: unrecognized option "MANIFEST"; ignored
1>LINK : warning LNK4044: unrecognized option "MANIFESTFILE:D:\Test\Console3\Console3\Debug\Console3.exe.intermediate.manifest"; ignored
1>LINK : warning LNK4044: unrecognized option "MANIFESTUAC:level='asInvoker' uiAccess='false'"; ignored
1>LINK : fatal error LNK1104: cannot open file "/OUT:Debug\Console3.exe"
When I open the command prompt through the "Intel 64 Visual Studio 2010 Mode" in the start menu, I immediately get the following error upon open the command window:
ERROR: Visual Studio 2010 is not found in the system.
Can you please help with this?