• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: How to determine import statements to use for a Cocoa class for a JNI method?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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: Ricky Sharp <email@hidden>
  • Date: Mon, 11 Sep 2006 18:34:49 -0500


On Sep 11, 2006, at 6:21 PM, Rob Ross wrote:

JNIEXPORT jstring JNICALL Java_NSStringProcessing_reverseString (JNIEnv *env, jobject obj, jstring my_jstring)
{
NSAutoReleasePool *pool = [[NSAutoReleasePool alloc] init];

You've capitalized the 'R' in release. Try NSAutoreleasePool instead.

___________________________________________________________
Ricky A. Sharp         mailto:email@hidden
Instant Interactive(tm)   http://www.instantinteractive.com

_______________________________________________
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


References: 
 >How to determine import statements to use for a Cocoa class for a JNI method? (From: Rob Ross <email@hidden>)

  • Prev by Date: Re: Observing Core Data
  • Next by Date: Re: How to determine import statements to use for a Cocoa class for a JNI method?
  • Previous by thread: Re: Re: How to determine import statements to use for a Cocoa class for a JNI method?
  • Next by thread: Way to control another App's window
  • Index(es):
    • Date
    • Thread