Using Static & Dynamic Libraries In Embarcadero C++ Builder

孤街浪徒 提交于 2020-01-05 17:58:24

问题


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 interface in the ObjC .h file.

Any help would be appreciated, and will share the completed version with Embarcadero Community so they will hopefully document how to do this eventually.

来源:https://stackoverflow.com/questions/32125853/using-static-dynamic-libraries-in-embarcadero-c-builder

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!