Java Native Interface (JNI) api for nconvert.

Discussions on GFL SDK, the graphic library for reading and writing graphic files

Moderators: helmut, XnTriq, xnview

Post Reply
rtalakola
Posts: 2
Joined: Tue Sep 25, 2007 7:14 pm

Java Native Interface (JNI) api for nconvert.

Post by rtalakola »

I am wondering if nconvert can be used with Java Native Interface(JNI).
Is there any documentation or examples available for this.
thanks for your help in advance.
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Re: Java Native Interface (JNI) api for nconvert.

Post by xnview »

rtalakola wrote:I am wondering if nconvert can be used with Java Native Interface(JNI).
Is there any documentation or examples available for this.
thanks for your help in advance.
I don't know JNI, so i can't help you!
Pierre.
rtalakola
Posts: 2
Joined: Tue Sep 25, 2007 7:14 pm

Post by rtalakola »

Pierre,
Thanks for the quick response.
JNI allows a java program to use the programs written in different languages.
c or c++. Could you please tell me if nconvert uses c or c++.
I would like to call the methods on the dll directly from my java program.
Please let me know if you need more information.
thanks.
User avatar
xnview
Author of XnView
Posts: 46235
Joined: Mon Oct 13, 2003 7:31 am
Location: France
Contact:

Post by xnview »

rtalakola wrote:Pierre,
Thanks for the quick response.
JNI allows a java program to use the programs written in different languages.
c or c++. Could you please tell me if nconvert uses c or c++.
I would like to call the methods on the dll directly from my java program.
Please let me know if you need more information.
thanks.
GFL SDK is C dll
Pierre.
Post Reply