[Openmcl-devel] Trying to use AddressBook
Ralph Richard Cook
ralphc at bellsouth.net
Sat Oct 22 20:52:05 PDT 2005
I'm trying to get to the Cocoa AddressBook system with OpenMCL. I
don't think that the AddressBook classes aren't pulled in with the
COCOA stuff.
WIth regular Cocoa it's done with
ABAddressBook *book = [ABAddressBook sharedAddressBook];
where sharedAddressBook is a class method.
I'm trying
(open-shared-library "/System/Library/Frameworks/
AddressBook.framework/AddressBook")
then various combinations of ccl::find-class and ccl::@class to no
avail.
Any help and examples would be appreciated.
More information about the Openmcl-devel
mailing list