Using Delphi library with C++ Builder
Since early XE versions C++ Builder supports Delphi units directly added in C++ project and compiles them as well as C/C++ source. However, this approach has several drawbacks:
- Usually, Delphi files are stored in separated folders of other applications and packages. So your C++ project will point to many …