Delphi 2009 - 如何安装系统库单元 - SysUtils.pas &很快?
我已经安装了 RAD Studio 2009 for Delphi &我希望能够进入系统库单元,例如SysUtils.pas &类似,但似乎它们没有随 IDE 安装。
有没有任何安装选项可以做到这一点?感谢对此问题的任何帮助。
I've installed RAD Studio 2009 for Delphi & I want to be able to step in the system library units, such as SysUtils.pas & alike, but it seems that they where not installed with the IDE.
Is there any installation option to do this? Appreciate any help with this issue.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我认为可能有不同的版本,但如果您有一个包含这些源代码并假设默认目录的版本,则应将文件安装在
要使用它们,您需要在项目 | 中选中“使用调试 DCU”。选项|编译器。
I think there might be different editions, but if you have one where the source for those is included and assuming default directories, the files should be installed in
To use them, you need to have "Use debug DCUs" checked in Project | Options | Compiler.
您使用的是试用版吗?
试用版不安装源 (.pas) 文件(\source 文件夹)- 仅预编译的 .dcu 文件(\lib 和 \lib\debug 文件夹)。
如果您购买了 Delphi 的普通版本(非试用版) - 那么只需运行“修改、修复、卸载”并验证所有复选框均已设置。
Are you using trial version?
Trial doesn't install source (.pas) files (\source folder) - only precompiled .dcu-files (\lib and \lib\debug folders).
If you have bought usual version of Delphi (not trial) - then just run "Modify, Repair, Uninstall" and verify that all checkboxes are set.