Search Results

Search found 3 results on 1 pages for 'obediah stane'.

Page 1/1 | 1 

  • How do you properly use WideCharToMultiByte

    - by Obediah Stane
    I've read the documentation here: http://msdn.microsoft.com/en-us/library/ms776420(VS.85).aspx I'm stuck on this parameter: lpMultiByteStr [out] Pointer to a buffer that receives the converted string. I'm not quite sure how to properly initialize the variable and feed it into the function

    Read the article

  • How do I convert jstring to wchar_t *

    - by Obediah Stane
    Let's say that on the C++ side my function takes a variable of type jstring named myString. I can convert it to an ANSI string as follows: const char* ansiString = env-GetStringUTFChars(myString, 0); is there a way of getting const wchar_t* unicodeString = ...

    Read the article

1