Delphi XE - F1027 Unit not found : 'System.pas' or binary equivalents (. dcu) 在激活试用版时

标签 delphi build delphi-xe delphi-units

我在使用试用版 30 天后才购买了完整版的 Delphi XE Architect。我无法构建任何东西,每次我去构建一个项目时都会遇到错误。

[DCC Fatal Error] MegaMainPrj.dpr(1): F1027 Unit not found: 'System.pas' or binary equivalents (.dcu)

一个快速的谷歌说库路径是一个问题,我将给出的内容(在以前的 stackoverflow 问题中)与我在注册表中的内容进行了比较,结果是相同的。

这可能是什么原因造成的?

编辑:在我收到此错误消息后,整个 IDE 立即崩溃。

最佳答案

添加这个: $(BDSLIB)\win32\release;

到你的库路径。

关于Delphi XE - F1027 Unit not found : 'System.pas' or binary equivalents (. dcu) 在激活试用版时,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5656975/

相关文章:

windows - 如何从角色中找出语言?

delphi - Delphi XE 中 TWebBrowserEx 的文档在哪里?

c++ - TMaskEdit 中的时间掩码

Delphi XE 项目 'Run Parameters' 设置不会在 session 之间持续存在

objective-c - 找不到 Cocoapods podspec 依赖项导入文件

delphi - 是否可以在 delphi 类上定义虚拟静态成员?

c++ - 将 Delphi 类传递给需要具有 __thiscall 方法的类的 C++ 函数/方法

delphi - ZipForge native 错误

build - 详细的 cmake : How to get more diagnostics?

build - Gradle:如何在打包中排除编译范围文件依赖项?