Link to home
Start Free TrialLog in
Avatar of giorgi7
giorgi7

asked on

from delphi to builder

Dear all,
I wonder if someone gives me a hint on where can I get the detailed information on how the delphi componentes (i.e., the visual components written in object pascal) can be compiled for using in C++ builder.
thanks
Giorgi
Avatar of ckaneta
ckaneta

basically, you either have to find a similar component for C++ Builder, or convert the code yourself, and build the component in C++ Builder
ASKER CERTIFIED SOLUTION
Avatar of robert_marquardt
robert_marquardt

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
Robert is right. Other than in some exceptional cases, the Delphi components that works with version x usually can be used directly in C++ Builder version x or later. In fact, the VCL of C++ Builder itself is written in Object Pascal..