Site icon Embarcadero RAD Studio, Delphi, & C++Builder Blogs

Learn How To Embed C Source Code To Delphi FireMonkey Applications

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

To compile C source code you can go with C++ Builder or other tools for instance Visual Studio. We have 2 options for the resulting format, they are object files and shared libraries. You can use object files for Windows 32 and 64 bits, also macOS 32 and 64 bits. And a shared library for Linux, Android, and iOS.

How to link the C objects to the Delphi units?

To learn more about how to embed C code on different platforms, be sure to watch the full CodeRage session!

Head over and watch the Embed C Source Delphi video on YouTube!

Exit mobile version