Delphi 2009 - how can install the system library units - SysUtils.pas & so on?
I've installed RAD Studio 2009 for Delphi & I want to be a开发者_如何学Pythonble 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.
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
C:\Program Files\CodeGear\RAD Studio\5.0\source\Win32\rtl\sys
To use them, you need to have "Use debug DCUs" checked in Project | Options | Compiler.
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.
精彩评论