Delphi 的环境配置

Delphi 系统安装后,有默认的配置如下:

1、在 Tools\Options 中进行全局配置 :主要是:

1) Environment Options (环境)

     Environment Variavbles: 包括

   (系统变量System Variavbles / 用户变量User Overrides),也可以通过 Windows “高级系统设置”。

     Path 的设置 ,即 查找路径 。 用于查找:包Bpl 文件?

2)Delphi Options

    (1) Libary :(不同运行平台 Win32/64,Android 等下的配置)

        Libary Path :

        Package Output Path :   $(BDSCOMMONDIR)\Bpl      即 C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl

        Dcp Output Path :          $(BDSCOMMONDIR)\Dcp     即 C:\Users\Public\Documents\Embarcadero\Studio\19.0\DCP

        Browsing Path:

        Unit scope names:  (默认 空)

        Debug DCU Path :

        HPP Output Path :  $(BDSCOMMONDIR)\hpp\$(Platform)    即 C:\Users\Public\Documents\Embarcadero\Studio\19.0\hpp\Win32

猜你喜欢

转载自www.cnblogs.com/hopesun/p/11260872.html