Delphi - 编译器出错时继续

发布于 2024-12-20 20:39:25 字数 59 浏览 4 评论 0原文

在D2006中编译应用程序时遇到错误时是否有可能使编译器继续进行?我想知道它在应用程序中发现了多少错误。

Is there any possibility to make compiler continue when errors are encountered during the compilation an application in D2006? I want to know how many errors it finds on an application.

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

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

发布评论

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

评论(1

铃予 2024-12-27 20:39:25

不,没有。问题是,一旦编译器无法编译一个单元,它就无法编译其他很可能依赖于无法编译的单元的单元。这是因为单元的编译需要所有使用单元的 .dcu 文件。

No there is not. The problem is that once the compiler can't compile one unit, it's in no position to compile the other ones that, more than likely, depend on the unit that could not be compiled. This is because compilation of a unit requires a .dcu file for all of the used units.

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