Conversion of jstring in eVC
Hi,
I am trying to pass a string to a DLL from my Java Code. This string contains the complete path of an application (like iexplorer in Pocket PC).I then have the DLL fire that application but looks like the DLL is not very Happy with the string and gives me an error on execution saying "Cannot Find......" and then I see a bunch of squares. Looks like the DLL is not happy with the encoding of the jstring. Does someone have an idea about how to convert a string to Unicode format in the DLL.
Regards,

