mardi 4 août 2015

How to convert c program to fully portable for ios

I wrote a simple c program for connect to ldap server using opelLdap c library. now I want to run that c program on ios device. but when I move that c program to xcode project it says ldap.h is missing. ldap.h file is saved in standard include file location so it include this way #include <ldap.h> but I move this file to my xcode project and include it this way #include "ldap.h" it generate so many error because this ldap.h header file contain lot of other standard header files and they have their own dependencies and so on. they all are include this way #include <header.h> it is not possible to convert all the <> to " " one by one. is there any way to to this thing. actually I need to move my code with it's all dependencies I am new to both of this c and xcode(swift/objective-c)



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire