iPhone SDK?


 
Thread Tools Search this Thread
Operating Systems OS X (Apple) iPhone SDK?
Prev   Next
# 2  
Old 07-31-2008
Apple is going to be your best resource for this.
Here, you will find what you seek (including video tutorials):
iPhone Dev Center
 
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. What is on Your Mind?

Nuclear Elephant iPhone Wipe making your iPhone Safer for Resale

For those with the iPhones here might read up how to wipe your personal data off the phone before reselling or trade-in. ;) source: Nuclear Elephant: iPhone Wipe June 1, 2008: Making your iPhone Safe for Resale Since my posts regarding the iPhone restore mode being insufficient for wiping... (0 Replies)
Discussion started by: sparcguy
0 Replies
Login or Register to Ask a Question
ldap_version(3LDAP)					      LDAP Library Functions					       ldap_version(3LDAP)

NAME
ldap_version - get version information about the LDAP SDK for C SYNOPSIS
cc -flag ... file...-lldap [ -library ... ] #include <ldap.h> int ldap_version(LDAPVERSION *ver); DESCRIPTION
A call to this function returns the version information for the LDAP SDK for C. This is a deprecated function. Use ldap_get_option(3LDAP) instead. The version information is returned in the LDAPVersion structure pointed to by ver. If NULL is passed for ver, then only the SDK version will be returned. RETURN VALUES
The ldap_version() function returns the version number of the LDAP SDK for C, multiplied by 100. For example, for version 1.0 of the LDAP SDK for C, the function returns 100. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Availability |SUNWcsl (32-bit) | +-----------------------------+-----------------------------+ | |SUNWcslx (64-bit) | +-----------------------------+-----------------------------+ |Interface Stability |Obsolete | +-----------------------------+-----------------------------+ SEE ALSO
ldap_get_option(3LDAP), attributes(5) SunOS 5.11 19 Oct 2001 ldap_version(3LDAP)