Mixing Delphi and C++
December 12, 2016
Author: NatSam
Would you like to add C++ to your Delphi application? Or add Delphi code to your C++ application? Here’s how.
One thing you might not know is how closely integrated the C++ and Delphi languages are in RAD Studio. You can compile a single application in a single project to a single EXE, mixing both languages. (And of course you can do so using DLLsor packages as well.) If…