Menu

How-To Install RxLib under BCB 6

2003-07-28
2004-01-18
  • Saulo I. Regis

    Saulo I. Regis - 2003-07-28

    Could someone outline to me, step by step, how I install RxLib under BCB 6?

    TIA

    Saulo

     
    • Anonymous

      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.

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.