Re: Query on shared library and backward compatibility
Re: Query on shared library and backward compatibility
- Subject: Re: Query on shared library and backward compatibility
- From: Arnab Ganguly <email@hidden>
- Date: Mon, 8 Jun 2009 17:10:48 +0530
True! I am using core audio apis, QT tool kit, SDK 10.5 and deploying it in 10.4 with JNI.Basically I am creating a shared library which need to be called from JNI code.I get the following error when I try to run the java code using the jnilib developed in 10.5
Exception in thread "main" java.lang.UnsatisfiedLinkError: /Users/aolbdc/Test/Test_Cast/libRadioForMac.jnilib:
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
at java.lang.Runtime.loadLibrary0(Runtime.java:822)
at java.lang.System.loadLibrary(System.java:993)
at HelloRadio.<clinit>(HelloRadio.java:9)
Any pointers would be of great help to me.
Thanks.
Arnab
On Mon, Jun 8, 2009 at 4:47 PM, Jason Stephenson
<email@hidden> wrote:
Arnab Ganguly wrote:
Hi All,
I have shared library developed using MacOSX 10.5.1 using Xcode 3.1.2.Not is this dynamic lib going to be backward compatible ?Like will it be functional in Mac 10.4.1 also ?
What are the things I need to follow to make it backward compatible as well?
Thanks in advance.
Google is your friend:
site:developer.apple.com cross development guide
Arnab
------------------------------------------------------------------------
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden