Delphi .NET (2) Database (71) Delphi IDE (90) Network (39) Printing (3) Strings (12) VCL (83) Windows with Delphi (280)
Exchange Links About this site Links to us 
|
RxLib Installation: Message 'Unable to locate *.dpl file'
This article has not been rated yet. After reading, feel free to leave comments and rate it.
Problem:
I'm trying to install Rx Library into Delphi 3, 4 or C++Builder 3 IDE. Everything goes right, after installing I can use components and compile demo projects. The problem starts when I close Delphi and run again. Then I get error message saying that Delphi was unable to locate a file required for each of the component packages.
Solution:
You must put compiled RX Library runtime packages
- Delphi 3 - DPL files - RXCTL.DPL, RXTOOLS.DPL, RXDB.DPL
- Delphi 4 - BPL files - RXCTL4.BPL, RXDB4.BPL
- C++Builder 3 - BPL files - RXCTL.BPL, RXDB.BPL
into directory that is accessible through the search PATH (i.e. DOS %PATH% environment variable; for example, in the Windows\System directory).
See a step-by-step installation description.
Comments:
|