Using Static & Dynamic Libraries In Embarcadero C++ Builder
问题 I have an iOS static library (.a & .h file) and would like to know how to implement it into a C++ Builder project. The documentation cover's how to import a Java library in some detail but does not touch on a third party iOS library at all. Nor are there any blog posts or video's from Embarcadero about doing so. The closest post I have found is: Checking for an internet connection on mobile devices with Delphi XE5 However, it is not clear how to link in the .a file and then how to access the