I have a library which i want to use in my iphone project which uses cpp files as well … in order to do so i need the unix executable form of .a file..>?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to write a program of your own with a
mainfunction which uses the functions in the library you want to use. The library doesn’t contain any code to exercise its own functions (I won’t reiterate what @Steve-o already wrote in the comment — took the words out of my mouth). It is fairly common for the source code of a library to include a simple demo program, but this is rarely distributed with the binary library.