Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>This is from the HKLM\Software\Embarcadero\BDS\8.0\Library key in the registry - you can save it to a .reg file and then import it (making any necessary fixes to the paths first, of course):</p> <pre><code>Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Embarcadero\BDS\8.0\Library] "Browsing Path"="$(BDS)\\SOURCE\\VCL;$(BDS)\\source\\rtl\\common;$(BDS)\\SOURCE\\RTL\\SYS;$(BDS)\\source\\rtl\\win;$(BDS)\\source\\ToolsAPI;$(BDS)\\SOURCE\\IBX;$(BDS)\\source\\Internet;$(BDS)\\SOURCE\\PROPERTY EDITORS;$(BDS)\\source\\soap;$(BDS)\\SOURCE\\XML;$(BDS)\\source\\db;$(BDS)\\source\\Indy10\\Core;$(BDS)\\source\\Indy10\\System;$(BDS)\\source\\Indy10\\Protocols;$(BDS)\\source\\database;" "Debug DCU Path"="$(BDSLIB)\\$(Platform)\\debug;$(BDS)\\RaveReports\\Lib" "HPP Output Directory"="$(BDSCOMMONDIR)\\hpp" "Language Library Path"="$(BDSLIB)\\$(Platform)\\release\\$(LANGDIR);$(BDS)\\lib\\$(LANGDIR)" "Package DCP Output"="$(BDSCOMMONDIR)\\Dcp" "Package DPL Output"="$(BDSCOMMONDIR)\\Bpl" "Package Search Path"="$(BDSCOMMONDIR)\\Bpl" "Translated Debug Library Path"="$(BDSLIB)\\$(Platform)\\debug\\$(LANGDIR)" "Translated Library Path"="$(BDSLIB)\\$(Platform)\\release\\$(LANGDIR)" "Translated Resource Path"="$(BDSLIB)\\$(Platform)\\release\\$(LANGDIR)" "Search Path"="$(BDSLIB)\\$(Platform)\\release;$(BDSUSERDIR)\\Imports;$(BDS)\\Imports;$(BDSCOMMONDIR)\\Dcp;$(BDS)\\include;C:\\Program Files\\Raize\\CS4\\Lib\\RS-XE;;$(BDS)\\RaveReports\\Lib" </code></pre> <p>For MSBuild to work properly (and for project configurations), you need to make sure the following environmental variable is set properly:</p> <pre><code>PLATFORM=ANYCPU </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload