install.txt

来自「一个Delphi解释器的例子」· 文本 代码 · 共 66 行

TXT
66
字号
If you find any problems during installation write us to:
 kurinn@gu.kiev.ua

Latest version of our components can be downloaded from our web site:
 http://www.brama.com/dream-co 

General Notes
==============================================================

* If you work under C++Builder and encounter problems with Dream Controls try
  to set "Incremental linking" option off and press "Release" button in 
  Options|Project|C++ tab.

Common Steps
==============================================================

1. Uninstall and remove old version of Delphin.

2. Extract all files in C:\DREAM directory. 

3. Add path C:\DREAM\UNITS to "Library Path" in Environment Options|Library

(You can use any drive instead of C:\)

Installation in Delphi 3
==============================================================

1. Run Delphi.

2. Open and install package:    
     \UNITS\delph.dpk

Installation in Delphi 2 and C++Builder 1.0
==============================================================

1. Run Delphi or C++Builder and select COMPONENTS|INSTALL
   menu item.

2. Click on the ADD button and add following unit to the components 
   library:
     \UNITS\Delphin.pas

3. Click OK in the Install Components dialog box. Library will be 
   recompiled and our components will appear on palette.


Installation in C++ Builder 3
==============================================================

1. Run C++Builder.

2. Open and install following package:    
     \UNITS\delph.bpk


Demo
==============================================================

Open project \DEMO\RUNDEMO\rundemo and execute it
In the demoi project:
  - press "Run Script" button to execute script in memo
  - press "Run Form" button to execute form
    (try to select ext1.dfm and ext2.dfm)


⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?