Could someone outline to me, step by step, how I install RxLib under BCB 6?
TIA
Saulo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2004-01-18
Installation of RXlib;
- Put all source files into C:\RX\Units directory.
- Be sure that linker option "Use dynamic RTL" is unchecked. In the
Project|Options
- Use "File\Open..." menu item of C++Builder IDE to open RX' runtime
package RXCTL6.BPK.
- Then use Project|Build menu or Compile
item to compile package RXCTL6.BPK.
- After compiling repeat that consistently
for each of the other RX Library packages (.BPK files)
RXDB6.BPK,
RXBDE6.BPK,
DCLRX6.BPK,
DCLRXDB6.BPK and
DCLRXBD6.BPK (be sure to keep the sequence mentioned).
- For runtime packages;
RXCTL6,
RXDB6 and
RXBDE6.
Put compiled BPL files into directory that is accessible through the search
PATH (DOS envirounment variable, not IDE search path; for example,
in the builder\bin 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 (if not already open). Then click "Add..." button and locate DCLRX5.BPL
in the directory specified as your BPL output directory
(it is $(BCB)\Projects\Bpl by default) and click "OK" to install package
into IDE. After installing DCLRX6 package, install DCLRXDB6 and DCLRXBD5
packages as above.
- I'm not a guru or an expert, I tried this and it worked for me.
Please note that this installation is similar to Builder 4 and 5.
Hope this helps
NuttyT.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Could someone outline to me, step by step, how I install RxLib under BCB 6?
TIA
Saulo
Installation of RXlib;
- Put all source files into C:\RX\Units directory.
- Be sure that linker option "Use dynamic RTL" is unchecked. In the
Project|Options
- Use "File\Open..." menu item of C++Builder IDE to open RX' runtime
package RXCTL6.BPK.
- Then use Project|Build menu or Compile
item to compile package RXCTL6.BPK.
- After compiling repeat that consistently
for each of the other RX Library packages (.BPK files)
RXDB6.BPK,
RXBDE6.BPK,
DCLRX6.BPK,
DCLRXDB6.BPK and
DCLRXBD6.BPK (be sure to keep the sequence mentioned).
- For runtime packages;
RXCTL6,
RXDB6 and
RXBDE6.
Put compiled BPL files into directory that is accessible through the search
PATH (DOS envirounment variable, not IDE search path; for example,
in the builder\bin 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 (if not already open). Then click "Add..." button and locate DCLRX5.BPL
in the directory specified as your BPL output directory
(it is $(BCB)\Projects\Bpl by default) and click "OK" to install package
into IDE. After installing DCLRX6 package, install DCLRXDB6 and DCLRXBD5
packages as above.
- I'm not a guru or an expert, I tried this and it worked for me.
Please note that this installation is similar to Builder 4 and 5.
Hope this helps
NuttyT.