| 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 | |||||
|
|||||||||||||
|
|||||||||||||
| 8290 users have contributed to 31237 threads and 99111 posts to date. |
|---|
| In the past 24 hours, we have 8 new thread(s) 18 new posts(s), and 24 new user(s). In the past 3 days, the most popular thread for everyone has been comparison cilk++, openmp, pthreads first results The most posts were made to comparison cilk++, openmp, pthreads first results The post with the most views is Very amusing... Escalated as Please welcome our newest member zq.x |