Learn How To Embed C Source Code To Delphi FireMonkey Applications
October 27, 2020
In this CodeRage session, you can explore how to embed C code into a Delphi FireMonkey project. The demo was demonstrated by Marion Candau.
Overview
How to compile C code to embed into Delphi projectHow to link the C objects to the Delphi unitsHow to call C functions
To compile C source code you can go with C++ Builder or other tools for instance Visual Studio. We have 2 options for…