I am using wxDev 6.10.2 in windows xp sp2 english.
when i input some Chinese characters in the textbox and alert it in the wxMessageBox
the characters was displayed as some question marks.
Anyone can help? Many thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The wxWidget libraries that are supplied with wxDev-C++ are not unicode enabled. The only way around this is to download the source to the wxWidget libraries and compile them yourself. Then use these libraries in place of the ones that come with wxDev-C++.
The reason why non unicode libraries are used is that unicode ones don't work with older versions of windows 95 etc.
Sof.T
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am using wxDev 6.10.2 in windows xp sp2 english.
when i input some Chinese characters in the textbox and alert it in the wxMessageBox
the characters was displayed as some question marks.
Anyone can help? Many thanks!
The wxWidget libraries that are supplied with wxDev-C++ are not unicode enabled. The only way around this is to download the source to the wxWidget libraries and compile them yourself. Then use these libraries in place of the ones that come with wxDev-C++.
The reason why non unicode libraries are used is that unicode ones don't work with older versions of windows 95 etc.
Sof.T