| Thread Tools | Search this thread |
|---|
Jennifer Jiang (Intel)
| June 12, 2009 12:21 PM PDT Another case that Intel C++ Compiler can not integrate with VS2008 | ||||
Resently there're several issues about our IDE integration. Here is one case that you will need a work-around. See more info here: http://social.msdn.microsoft.com/forums/en-US/vssetup/thread/ccb680b7-d205-4f39-b2a2-a4cf1de91e1c/ The symptoms are: 1. the command prompt of VS2008 gives an error from vsvars32.bat. >if errorlevel 1 set WindowsSdkDir=c:\Program Files\Microsoft Visual Studio 9.0\VC\PlatformSDK\ >exit /B 0 \Utilities\Bin\x86";C:\PROGRAM FILES\THINKPAD\UTILITIES;C:\WINNT\system32;C:\WIN NT;C:\WINNT\System32\Wbem;C:\Program Files\PC-Doctor for Windows\services;C:\Pro gram Files\ATI Technologies\ATI Control Panel C:\2sdk1.4.2_07\bin;C:\Program Fil es\Intel\Wireless\Bin\;C:\Program Files\ThinkPad\ConnectUtilities;C:\Program Fil es\Intel\Wireless\Bin\;C:\Program Files\Intel\Wireless\Bin\;c:\Program Files\Mic rosoft SQL Server\90\Tools\binn\" was unexpected at this time.2. you will not see the Intel C++ Compiler's toolbar or Intel C++ in the Options dlg. The work around is to modify the VS2008 vsvars32.bat: Update following: @if not "%WindowsSdkDir%" == "" (
set "PATH=%WindowsSdkDir%bin;%PATH%"
set "INCLUDE=%WindowsSdkDir%include;%INCLUDE%"
set "LIB=%WindowsSdkDir%lib;%LIB%"
)
@if "%WindowsSdkDir%" == "" goto NoSDK @set "PATH=%WindowsSdkDir%bin;%PATH%" @set "INCLUDE=%WindowsSdkDir%include;%INCLUDE%" @set "LIB=%WindowsSdkDir%lib;%LIB%" :NoSDK | |||||
|
|||||||||||||
|
|||||||||||||
| 8491 users have contributed to 31629 threads and 100770 posts to date. |
|---|
| In the past 24 hours, we have 28 new thread(s) 124 new posts(s), and 174 new user(s). In the past 3 days, the most popular thread for everyone has been Implicite multithreading ??? The most posts were made to Crash when loading skeleton The post with the most views is Dear Steve, excuse me for a d Please welcome our newest member shadowwolf99 |