.jni library and Cocoa
.jni library and Cocoa
- Subject: .jni library and Cocoa
- From: Mark Thomas <email@hidden>
- Date: Tue, 31 May 2005 17:01:38 +0100
- Organization: Coderus Ltd
Hi,
Does anybody know if it Ok/safe to build to have a jni library and use
obj-c and foundation calls within it. I was presently just using Carbon
calls within it and using a NSMutableDictionary as a bridging object which
works great, but I need to store another datatype when I store the object
and as I cannot get access to NSObject within Carbon.
I could store a another NSDictionary within it, but I thought I could use
a custom NSObject to save on some work.
Then I need to move some code to a Objective-C calling mechanism, so I can
use a derivate NSObject class.
Thanks
Mark.
_______________________________________________
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