When trying to find declarations, you may get a message like:
Unable to locate file "Windows.pas"
Solution[edit | edit source]
- Go to Tools, Enviroment Options
- Library Tab
- add $(DELPHI)\Source\Rtl\Win to the Browsing Path. If you add it to the end, make sure to put an ; between entries
- A typical Browsing Path on a clean installation of Delphi 7 Personal looks like this:
$(DELPHI)\Source\Rtl\Win;$(DELPHI)\Lib;$(DELPHI)\Bin;$(DELPHI)\Imports;$(DELPHI)\Projects\Bpl
Community content is available under CC-BY-SA unless otherwise noted.