Rad Studio C++生成器缺少 VCL 标头

发布于 2024-12-28 03:10:25 字数 265 浏览 1 评论 0原文

我下载了 Embarcadero C++Builder 来编译我得到的预先存在的项目。当我尝试构建时,它说找不到 vcl/Classes.hpp。我已经在我的计算机中搜索了该文件,但它似乎并不存在。

我在哪里可以下载这个库来构建这个项目? Embarcadero 的网站上似乎没有任何链接来下载缺失的库。

I downloaded Embarcadero C++Builder to compile an pre-existing project I was given. When I try to build, it says it cannot find vcl/Classes.hpp. I have searched my computer for the file, but it does niit appear to be there.

Where can I go download this library to be able to build this project? There does not seem to be any links on Embarcadero's website to download missing libraries.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

云胡 2025-01-04 03:10:25

它在我的机器上,在 %PROGRAMFILES%\Embarcadero\RAD Studio\9.0\Include\Windows\RTL 文件夹(RAD Studio XE2 附带的 C++Builder 版本)中,相同的文件夹(对于 XE,在 %PROGRAMFILES%\Embarcadero\RAD Studio\7.0\Include\vcl 对于 XE 附带的版本RAD Studio 2010。看来您的安装可能出了问题。

根据评论,您下载了 XE2 试用版,这意味着您应该在我上面列出的第一个文件夹中找到它;如果它们不存在,则说明您的安装有问题,或者标头未包含在试用版中。 (我认为它们至少用于类型定义,所以我怀疑安装。)

您可以打开一个免费的支持案例<不过,使用 Embarcadero /a> ,因为这似乎可能是一个安装问题。如果不是,他们至少可以告诉您这些文件不包含在试用版中。

It's on my machine, in the %PROGRAMFILES%\Embarcadero\RAD Studio\9.0\Include\Windows\RTL folder (the version of C++Builder that comes with RAD Studio XE2), same folder (except in 8.0 version) for XE, and in %PROGRAMFILES%\Embarcadero\RAD Studio\7.0\Include\vcl for the version that comes with RAD Studio 2010. It appears that something may have gone wrong with your installation.

Per comments, you downloaded the XE2 trial version, which means you should find it in the first folder I listed above; if they're not there, you either have a problem with your installation or the headers aren't included in the trial. (I'd think they would be for type definitions at least, so I suspect the install.)

You could open a free support case with Embarcadero, though, since this seems like it could be an installation problem. If it's not, they can at least tell you that the files aren't included in the trial version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文