Hi at all,
I have a dll created with pelles C with Cyrillic sentences in the "string tables" section.
I extract a sentence with LoadValue(30, "CHARACTER")
but I can't display it with MsgInfo() I only get a series of ????????
if I load the same sentence from a text file created with notepad in utf8, I can see the Cyrillic characters.
how should I convert what I get with LoadValue(30, "CHARACTER") to see it in Cyrillic?
I tried some conversion functions (like Utf16toUtf8) but without result.
thanks for the help.