C++ 编译器文件夹 LIB 和 INCLUDE 位于何处? [英] Where are the C++ compiler folders LIB and INCLUDE located?

查看:58
本文介绍了C++ 编译器文件夹 LIB 和 INCLUDE 位于何处?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试为 IBM DataStage ETL 工具设置 C++ 编译器.我为我的 Windows Server 2008 R2 安装了 Microsoft Visual C++ 2008 Redistributable (x64).DataStage 指南说

I'm trying to set C++ compiler for IBM DataStage ETL tool. I installed Microsoft Visual C++ 2008 Redistributable (x64) for my Windows Server 2008 R2. The DataStage guide says that

Visual Studio .NET 2008 速成版 C++:

Visual Studio .NET 2008 Express Edition C++:

将LIB环境变量设置为库的位置SDK 的目录.例如,对于 Microsoft Visual Studio .NET2008 Express Edition C++,典型位置是C:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Lib.

Set the LIB environment variable to the location of the library directory for the SDK. For example, for Microsoft Visual Studio .NET 2008 Express Edition C++, a typical location is C:\Program Files\Microsoft SDKs\Windows\v6.0A\Lib.

将INCLUDE环境变量设置为include的位置SDK 的目录.例如,对于 Microsoft Visual Studio .NET2008 Express Edition C++,典型位置是C:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Include.

Set the INCLUDE environment variable to the location of the include directory for the SDK. For example, for Microsoft Visual Studio .NET 2008 Express Edition C++, a typical location is C:\Program Files\Microsoft SDKs\Windows\v6.0A\Include.

我可以从

C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\

C:\Program Files (x86)\Microsoft SDKs\Windows\v6.0A\

但不是包含文件夹.它位于哪里?

but not the Include folder. Where it is located? There is also these kind of folders under

C:\Program Files (x86)\Microsoft Visual Studio 9.0

C:\Program Files (x86)\Microsoft Visual Studio 9.0

LIB 和 INCLUDE 环境变量的正确文件夹是什么?

What are the right folders for LIB and INCLUDE Environmental variables?

推荐答案

应该在开始菜单上安装一个链接来运行 Visual Studio 命令提示符(可能在菜单中的 Visual Studio express 文件夹下).如果你运行它,它应该设置一个命令提示符窗口,其中已经正确设置.

There should be a link installed on your start menu to run a visual studio command prompt (probably under the visual studio express folder in the menu). If you run that it should set up a command prompt window with those already set correctly.

所以你可以使用它,或者至少看看它们应该被设置成什么.

So you can either use that or at least look what they should be set to.

这篇关于C++ 编译器文件夹 LIB 和 INCLUDE 位于何处?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆