About

Big Bad Robots is an independent Game Studio that creates original social oriented Games for the Web and iPhone that packages old school fun using cutting edge technologies. We focus on development of compelling multi-user and multi-platform products that encourages social interaction through creative user generated content creation.

Windows Mobile & Unicode

September 17, 2009terence

I was working on integrating tinyxm into the current xPhone build to handle configuration files and was having a heck load of problems. It seems that that Windows Mobile doesn’t like it when you don’t specify the UNICODE/_UNCODE predefines and use other data types. Understandably a mobile device should Unicode ONLY targets because phones need to be able to support multiple language out of the box. Still, it didn’t help with me having to play around with compiler settings until I was blue in the face.

That’s part of challenge of cross platform development is that everything is different on different platforms even down to the way text works.

Leave a Reply