Cocoa Java: accessing the AddressBook frameworks
Cocoa Java: accessing the AddressBook frameworks
- Subject: Cocoa Java: accessing the AddressBook frameworks
- From: Ian Gillespie <email@hidden>
- Date: Mon, 21 Oct 2002 21:13:48 -0700
Greetings,
I was wondering if anyone knows how to access the AddressBook framework
in Cocoa Java. I have a project, I imported the AddressBook.framework
and put in the Link Frameworks folder. In my main.m file I put:
#include <AddressBook/AddressBook.h>
If I try to put in a piece of code like:
ABAddressBook aBook = ABAddressBook.sharedAddressBook();
I get an error can not resolve class ABAddressBook.
Anyone have any suggestions? Is it possible?
Thanks,
Ian
___________________________
Ian G. Gillespie
Dept. of Botany & Plant Sciences
University of California
Riverside, CA 92521
http://student.ucr.edu/~gillei01
___________________________
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.