Link to home
Start Free TrialLog in
Avatar of panJames
panJames

asked on

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
SOLUTION
Avatar of cyberkiwi
cyberkiwi
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of panJames
panJames

ASKER

I know what was wrong!

I changed PATH variable in my Env. Variables and then Delphi couldn't go to my

C:\Program Files (x86)\Borland\Delphi7\Projects\Bpl

and I have this path in my library...

So this is a problem because I need PATH variable to point somewhere else for my VC++.

This is subject for my next question though.

Thank you!

panJames
you can set paths in your .dpr or .dpk options separately
I know I can but for some reason Delphi was referring to PATH variable.

panJames