hi , this is because java and c++ allocates diffrent byte sizes for same/similar data types. for ex u must be aware that java string is in UTF format while c++ is ascii. Similarly for other variables. I think u'll have to put a jni layer b/w ur java client and c++ server, to make comaptible the...
If I load a dll file from java, using System.loadLibrary() method, how long does this dll stay in memory. Is it dependent on the operating system? That is if windows feels like taking it out of the memory then my java application may crash, if it makes a call to the dll.
Or is it that the dll...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.