免费视频淫片aa毛片_日韩高清在线亚洲专区vr_日韩大片免费观看视频播放_亚洲欧美国产精品完整版

打開(kāi)APP
userphoto
未登錄

開(kāi)通VIP,暢享免費(fèi)電子書(shū)等14項(xiàng)超值服

開(kāi)通VIP
Installing Win SDK for Svr 2008 after VS 2008 breaks VS command line build environment

Installing Win SDK for Svr 2008 after VS 2008 breaks VS command line build environment

Issue:  Afterinstalling the Windows SDK for Server 2008, you are no longer able tobuild at the VS2008 command line.  You receive an error that csc, vbc,and/or msbuild commands are not recognized.  You are able to buildwithout problems in the VS IDE. 

 

Cause: The VC++ compilers that install with the Windows SDK overwrite vcvars32.bat improperly.

 

Workaround:Repair the VS2008 command line build environment by editing c:\ProgramFiles\Microsoft Visual Studio 9.0\VC\bin\vcvars32.bat manually.

 

 Close all instances of Visual Studio:

1.       UseNotepad to edit the file %\Program Files\Microsoft Visual Studio9.0\VC\bin\vcvars32.bat.  Change the top few lines where the variablesare set.

 Change these lines:

@SET VSINSTALLDIR=C:\Program Files\Microsoft Visual Studio 9.0
@SET VCINSTALLDIR=C:\Program Files\Microsoft Visual Studio 9.0\VC
@
SET FrameworkDir=Framework32
@SET FrameworkVersion=v2.0.50727

@if "%VSINSTALLDIR%"=="" goto error_no_VSINSTALLDIR
@if "%VCINSTALLDIR%"=="" goto error_no_VCINSTALLDIR

 

to the following, in order to set the correct path to the frameworkdir:

@SET VSINSTALLDIR=c:\Program Files\Microsoft Visual Studio 9.0
@SET VCINSTALLDIR=c:\Program Files\Microsoft Visual Studio 9.0\VC
@
SET FrameworkDir=c:\Windows\Microsoft.NET\Framework
@SET FrameworkVersion=v2.0.50727
@
SET Framework35Version=v3.5

@if "%VSINSTALLDIR%"=="" goto error_no_VSINSTALLDIR
@if "%VCINSTALLDIR%"=="" goto error_no_VCINSTALLDIR

 

  1.  Open the VS command line build environment and verify that you can build successfully.  

 Please email us directly if you need additional help.

 

Karin Meier

Windows SDK Program Manager

本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)點(diǎn)擊舉報(bào)。
打開(kāi)APP,閱讀全文并永久保存 查看更多類似文章
猜你喜歡
類似文章
關(guān)于VC為命令行生成設(shè)置路徑和環(huán)境變量
SDK編程講座 之 第一講:預(yù)備知識(shí)與概念介紹(轉(zhuǎn)載)
c#獲取windows特殊路徑
Getting Started with OCCI (Windows Version)
WINCE下編譯STLPort
OpenCV 在VC6下面的安裝與配置
更多類似文章 >>
生活服務(wù)
分享 收藏 導(dǎo)長(zhǎng)圖 關(guān)注 下載文章
綁定賬號(hào)成功
后續(xù)可登錄賬號(hào)暢享VIP特權(quán)!
如果VIP功能使用有故障,
可點(diǎn)擊這里聯(lián)系客服!

聯(lián)系客服