Question : Cannot install RX library

Hello Experts.

I am using D7 Pro, I used to have RX library installed and working fine.
Today I started Delphi and got message that components cannot work because I have RxCtl7.bpl missing from my computer.

I double checked, such a file EXISTS in the location given by Delphi...

Restarted computer-> exactly the same problem.

Decided to re- install RX Library, deleted all rx files from bpl folder, deleted RX information from Packages and now trying to re- install RX library.

I compile

RXCTL7.DPK
RXDB7.DPK
RXBDE7.DPK

and get bpl files. Strange thing is: Delphi says that it cannot find res file so they are re- created. Problem is that they are not re- created, I cannot find them anywhere.

Then I compile DCLRX7.DPK, I get warnings about RxCtl7.res file missing.
Then Install and I get well known message about RxCtl7.bpl missing (and I can see and open this file!).

Please help me Experts!

panJames

Answer : Cannot install RX library

this is normally found in the the DelphiProjectsDir/BPL

for delphi 7 it's "c:\Program Files\borland\Delphi7\Projects\Bpl"
when not changing the standard directories

if you have the .bpl, you don't need to recompile the package
you can install it from the .bpl file directly (providing it's the correct bpl/delphi version) using component/install package
change the dropdown to .bpl

in your .dpk you can also set a output directory and other directories, like for searching dependant units
if these directories are changed then these compile errors can happen


Random Solutions  
 
programming4us programming4us