I'm attempting to prepare RxLib for C++Builder XE to upgrade a very old C++Builder project that uses it. I've followed the install instructions and the excellent Delphi XE instructions by racsantos to compile the library under Delphi XE. Now I'm trying to prepare the project for C++Builder by using BCC32.exe with the -JL switch to build the C++ files.
I can only compile the rxctl package. All the other packages fail with Required package 'rxctl' not found.
The RxLib files are in a folder C:\Program Files\RxLib. Under packages I've created a DelphiXE folder to add the files changed by The commands I've used in a batch file are:
Any ideas? Is it as simple as adding another compiler switch or do I have to make more changes? As you can tell I'm a newbie to both C++Builder and Delphi.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Since this post I've discovered that I can use the versions that are in the Jedi VCL components. Version 3.4 installed into the C++ Builder XE environment with no problems. The controls are renamed, e.g. TRxDBLookupCombo is available in JvDBLookup.hpp as TJvDBLookupCombo.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi all,
I'm attempting to prepare RxLib for C++Builder XE to upgrade a very old C++Builder project that uses it. I've followed the install instructions and the excellent Delphi XE instructions by racsantos to compile the library under Delphi XE. Now I'm trying to prepare the project for C++Builder by using BCC32.exe with the -JL switch to build the C++ files.
I can only compile the rxctl package. All the other packages fail with Required package 'rxctl' not found.
The RxLib files are in a folder C:\Program Files\RxLib. Under packages I've created a DelphiXE folder to add the files changed by The commands I've used in a batch file are:
Any ideas? Is it as simple as adding another compiler switch or do I have to make more changes? As you can tell I'm a newbie to both C++Builder and Delphi.
Since this post I've discovered that I can use the versions that are in the Jedi VCL components. Version 3.4 installed into the C++ Builder XE environment with no problems. The controls are renamed, e.g. TRxDBLookupCombo is available in JvDBLookup.hpp as TJvDBLookupCombo.