Hi all,
I've spent years programming in C/C++ but using Visual Studio or just gcc via command line. Now I have a need to use some of the APIs included with OS X. Do I need to pick a particular tool for this?
I first tried the C++ tool and I only need to use the Security/Security.h library for some keychain APIs. I try calling a simple function like SecKeychainGetVersion and I get collect2: ld returned 1 exit status, symbol(s) not found, "_SecKeychainGetVersion",referenced from:
I've included the header file as needed so I really don't know what's going on.
Thanks!
John
I've spent years programming in C/C++ but using Visual Studio or just gcc via command line. Now I have a need to use some of the APIs included with OS X. Do I need to pick a particular tool for this?
I first tried the C++ tool and I only need to use the Security/Security.h library for some keychain APIs. I try calling a simple function like SecKeychainGetVersion and I get collect2: ld returned 1 exit status, symbol(s) not found, "_SecKeychainGetVersion",referenced from:
I've included the header file as needed so I really don't know what's going on.
Thanks!
John