I need a simple Example of JNA which can map char * of c dll.
- by Vikas Sharma
I have one dll of cpp and i need to call its function which returns char*. Im using String in native Declaration but getting out put like ???? or some crap thing. I just want to knw that do i have to decode the String.i have already set my system property like System.setProperty("jna.encoding","UTF-8");
Im in big mess. Hope to get Some Positive replies from u guys.
Thanks in Advance..
Cheers...!