In our office we have developed some VCL components with Borlands C++ Builder5. All sources are available. Now I want to use this packages in Delphi5. What files do I need? The BPLs are not enough. What I have to do?
Unfortunately using BCB components in Delphi is not as easy as using Delphi components in BCB. Sorry .
You can make components for BCB with Delphi, but not vice versa. That is becuase C++Builder can comile pascal since it includes the Delphi Dcc32 compiler while Delphi can't compile C++.
There are some other ways you can try,
You can make a ActiveX/COM or DLL wrapper for your VCL component and then try to install and use it in Delphi.
Or convert the C++ code to Delphi. Then you can use the pas files in either Delphi or BCB. It will take time, but its worth it.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.