3. C++Builder 4.x:
Uninstall previous installed version of RX Library from C++Builder IDE.
Remove previously compiled RX packages (if any) RXCTL4.BPL, RXDB4.BPL,
DCLRX4.BPL and DCLRXDB4.BPL from your hard disk.
Be sure that linker option "Use dynamic RTL" is unchecked.
Use "File/Open..." menu item of C++Builder IDE to open RX' runtime
package RXCTL4.BPK. Then use "Project/Make..." or "Project/Build..." menu
item to compile package RXCTL4.BPK. After compiling repeat that consistently
for each of the other RX Library packages (.BPK files) RXDB4.BPK,
DCLRX4.BPK and DCLRXDB4.BPK (be sure to keep the sequence mentioned).
For runtime packages (RXCTL4 and RXDB4) put compiled BPL files into
directory that is accessible through the search PATH (DOS envirounment
variable, not IDE search path; for example, in the Windows/System
directory). After compiling RX packages you must install RX design-time
packages into the C++Builder IDE.
Use "Component/Install packages..." menu item to open "Packages" dialog
box. Then click "Add..." button and locate DCLRX4.BPL from the
RX/UNITS directory and click "OK" to install package into IDE. After
installing DCLRX4 package install DCLRXDB4.BPL package as above.
NOTE: do not save package sources in the C++Builder IDE.
*****************
你的output directory设到那了????,你打开那个bpl时,在option中
最好是把output directory设成system目录(c:/windows/system or c:/winnt/system32)。然后再编译,应该没问题了。
put compiled BPL files into
directory that is accessible through the search PATH (DOS envirounment
variable, not IDE search path; for example, in the Windows/System
directory).
**********************