Hi people,
I have a problem converting a System::String of .NET to a jstring.
i tried
globalEnv->NewStringUTF(myvar);
but that didnt do it.
1>.\my.cpp(78) : error C2664: 'JNIEnv_::NewStringUTF' : cannot convert parameter 1 from 'System::String ^' to 'const char *'
now i'm pretty lost.
any ideas?