c++ - 编译器错误帮助(E2209 无法打开包含文件)

标签 c++ c++builder

我正在使用 Borland C++ Builder 6。我已经安装了 LMD 工具版本 7 和 ABC for Delphi 6 配套版本(仅运行时包)。

当我编译一个软件单元时,我收到以下错误信息:

[C++ Error] iss_hmi_gui_cached.h(58): E2209 Unable to open include file 'abcbtn.hpp'
Full parser context
C++ Error] iss_hmi_gui_cached.h(59): E2209 Unable to open include file 'abcctl32.hpp'
Full parser context
[C++ Error] iss_hmi_gui_cached.h(61): E2209 Unable to open include file 'abcexctl.hpp'

[C++ Error] Lmdcontrol.hpp(24): E2209 Unable to open include file 'Uxtheme.hpp'
[C++ Error] Lmdcustomspeedbutton.hpp(22): E2209 Unable to open include file 'Uxtheme.hpp'

我搜索了我的 PC,但找不到任何地方的 Uxtheme.hpp。

感谢任何帮助。

提前致谢

大卫。

最佳答案

UxTheme.h 是 Windows SDK 的一部分。 SDK 随较新版本的 visual studio 一起提供,但您可以从 microsoft 下载它。 .您还必须告诉编译器在哪里可以找到 SDK 头文件和库文件。

关于c++ - 编译器错误帮助(E2209 无法打开包含文件),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1630484/

相关文章:

c++ - 如何对嵌套类型进行部分模板特化?

c++ - 处理用户键盘输入的有效方法有哪些

c++ - 如何确定 bind() 是否需要参数中的括号

c++builder - 在现代 C++Builder 应用程序中使用预编译头文件的最佳实践是什么?

dll - 使用 C++Builder 在 DLL 中创建窗体

c++ - C++中的纯虚析构函数

c++ - hash_map 和 stdext::hash_map?

c++ - 将写锁降级为读锁时 TMultiReadExclusiveWriteSynchronizer 的行为

c++ - 内存泄漏还是内存碎片?

delphi - MDI 应用程序在空闲时消耗 100% cpu