Hello again Supsuper, how are you?
Last week I compiled the latest version of openxcom for Dingoo, the first I downloaded from github.
Congratulations for the great job, we can notice that the code had many optimizations, the map screen is much faster now
However, to compile the Dingoo version, I had to disable support for wstring, since Dingux does not support it. For this, I made a lazy and quick hack, just replacing wstring, wstringstream and so forth for its char compatible versions. The code compiles, but I had a side effect, all text is totally messed up at the display...
Do you have any suggestions to solve this problem?
Thanks again and keep good work.