我用d4
2. Delphi 4.x:
Uninstall previous installed version of RX Library from Delphi 4 IDE.
Remove previously compiled RX packages (if any) RXCTL4.BPL, RXDB4.BPL,
DCLRX4.BPL and DCLRXDB4.BPL from your hard disk.
//以上正常
If you have Delphi 4 Professional or Standard Edition, deactivate the
conditional define {$DEFINE DCS} in the RX.INC file before compiling thelibrary.
//以上正常
Use "File/Open..." menu item of Delphi IDE to open RX' runtime
package RXCTL4.DPK. In "Package..." window click "Compile" button to
compile packages RXCTL4.DPK.
//以上正常
After compiling repeat that for other RX
Library run-time package RXDB4.DPK.
//错误出在这里,编译时出错.
//以下的没有进行
Put compiled BPL files into directorythat is accessible through the search PATH (i.e.do
S "PATH" environment
variable;
for example, in the Windows/System directory). After
compiling RX run-time packages you must install RX design-time packages
into the IDE.
Use "File/Open..." menu item to open consistently RX design-time
packages DCLRX4.DPK (MUST be first) and DCLRXDB4.DPK.
In "Package..." window click "Compile" button to compile the package
and then
click "Install" button to register RX Library components on
the "RX Controls", "RX DBAware" and "RX Tools" pages.
NOTE:do
not save package sources in the Delphi IDE.