Re: How to determine import statements to use for a Cocoa class for a JNI method?
Re: How to determine import statements to use for a Cocoa class for a JNI method?
- Subject: Re: How to determine import statements to use for a Cocoa class for a JNI method?
- From: Chris Suter <email@hidden>
- Date: Tue, 12 Sep 2006 09:35:12 +1000
and also try changing it to NSAutoreleasePool (note the lower case r).
- Chris
On 12/09/2006, at 9:32 AM, Shawn Erickson wrote:
On 9/11/06, Rob Ross <email@hidden> wrote:
Then I try to compile from the command line:
gcc -c -I/System/Library/Frameworks/JavaVM.framework/Headers -I/
System/Library/Frameworks/Cocoa.framework/Headers
NSStringProcessing.m
Try...
gcc -c -FJavaVM -FCocoa NSStringProcessing.m
(off the top of my head)
-Shawn
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden