VS2010--canot determine the locationof the vs common tools folder

在vcvars32.bat第一行后复制

@SET VSINSTALLDIR=c:\Program Files\Microsoft Visual Studio 10.0 @SET VCINSTALLDIR=c:\Program Files\Microsoft Visual Studio 10.0\VC @SET FrameworkDir32=c:\Windows\Microsoft.NET\Framework @SET FrameworkVersion32=v4.0.30319 @SET Framework35Version=v3.5  

在下面三行前面加 :: 
::@call :GetVSCommonToolsDir 
::@if "%VS100COMNTOOLS%"=="" goto error_no_VS100COMNTOOLSDIR 
::@call "%VS100COMNTOOLS%VCVarsQueryRegistry.bat" 32bit No64bit
时间: 2024-08-14 09:06:55

VS2010--canot determine the locationof the vs common tools folder的相关文章

cannot determine the location of the vs common tools folder

问题:打开"VS2010开发人员命令提示后",上面提示"cannot determine the location of the vs common tools folder" 解决方法:添加PATH环境变量(计算机-属性-高级系统设置-高级-环境变量),值为:C:\Windows\System32

Error: Cannot Determine the location of the VS common tools folder

问题描述: 打开Visual Studio命令行工具后,输出的错误信息,并且无法直接使用VS自带的工具. 原因分析: 没有运行正确的命令行工具,导致环境变量设置脚本没有正确运行. 解决方案: 选择正确的命令行工具运行,如在Windows 8 64位系统Visual Studio 2013的环境下,选择“VS2013 x64 本机工具命令提示”运行.

Prerequisites and Common Tools for AutoPLANT Applications v8i 08.11.11.113 Win64 1CD

Prerequisites and Common Tools for AutoPLANT Applications v8i 08.11.11.113 Win64 1CD FEFLOW v6.0.6007-ISO 1DVDLDRA.Testbed.v7.2-ISO 1CD(LDRA Testbed?主要用于在软件编程.软件测试与软件维护阶段, 以提高软件产品的质量,曾成功用于“神州”飞船项目软件测试)BENTLEY.AUTOPIPE.V08.05.01.11\ BENTLEY.AUTOPLANT.

mysqldiff No module named utilities.common.tools

Traceback (most recent call last): File "/bin/mysqldiff", line 28, in <module> from mysql.utilities.common.tools import check_python_version ImportError: No module named utilities.common.tools 直接用yum安装的mysqldiff会提示No module named utilities

Qt5 + VS2010 Express 环境搭建时遇到的几个问题的解决办法

以前一直用 MingGW +Qt 开发界面程序.最近试了试 VS2010 Express,感觉还不错,准备以后界面开发采用 Qt5 + VS2010 Express.不过安装时遇到了些小问题,费了些周折才解决了.这里记录下解决的办法,希望能对别人有些帮助. 问题1: 'vcvarsall.bat' 不是内部或外部命令,也不是可运行的程序或批处理文件. 解决办法:将 vcvarsall.bat 所在目录加入都 PATH 环境变量中 问题2: 执行 vcvarsall.bat 提示如下的错误信息:

[转]LIBSVM-3.18在python环境下的使用

http://blog.csdn.net/lj695242104/article/details/39500039 1)安装Python,直接去官方网站 2)运行“cmd”,直接输入python,查看python是32位还是64位 2.1  若python是32位的,则在libsvm-3.16文件夹下的windows文件夹中找到动态链接库libsvm.dll (size: 156.5KB),将其添加到系统目录,如`C:\WINDOWS\system32\’,即可在python中使用libsvm

python在windows下安装模块错误

我的环境是win7+vs2013+python3.2,都是32位 windows下安装模块错误 1)Unable to find vcvarsall.bat : 打开"<python安装目录>\Lib\distutils\msvc9compiler.py" 找到 toolskey = "VS%0.f0COMNTOOLS" % version, 直接修改为 toolskey = "VS100COMNTOOLS"  (如果是vs2012或

windows下 boost库的安装

WIN10 VS2015 1.下载 登陆boost的官网: http://www.boost.org/ 这里显示当前版本为1.60.0,直接下载 boost_1_60_0.zip 下载完成后解压(这里我解压到了E:\boost) 2.编译 打开"VS2015开发人员命令提示" 注意,如果打开出现 cannot determine the location of the vs common tools folder 解决方法:在path环境变量中,添加 C:\Windows\System

Visual Studio 命令提示

MSDN中介绍: ①Visual Studio 开发人员命令提示会自动设置环境变量,这些变量使你能够轻松使用 .NET Framework 工具.②开发人员命令提示将与 Visual Studio 一起安装. 从Visual Studio 2010 开始,你可看到多个命令提示,具体取决于你安装的 Visual Studio 和任何其他 SDK 的版本.例如,Visual Studio 的 64 位版本同时提供 32 位和 64 位命令提示.(大多数工具的 32 位和 64 位版本都相同:但少数工