Every times I run this program.
The dialog box,
Code::Blocks v1.0 Error
X Cannot convert from the charset 'windows-874'!
OK
appears.
???
I'm using WinXP, Borland C++ 5.5.1, Thailand, Sount East Asia.
Thanks in advance.
ansswd
The program can run, just an annoying.
:?
That's an error which is not issued by Code::Blocks, but by wxWidgets (it has no matching multibyte conversion class for that charset).
So there is unluckily little we can do about it.
What about Unicode mode?
Sawatdee Khrab.
As you are woking with the thai charset (windows-874), I would suggest you (as Takeshi Miya did) to try with UNICODE (wxWidgets). This could probably solve your problem.
Michael