Gabriel M. Beddingfield wrote: > On Thu, September 25, 2008 8:58 am, Sebastian Moors wrote: >> #ifdef win32 >> TiXmlDocument doc( filename.toAscii().constData() ); >> #else >> TiXmlDocument doc( filename.toUtf8().constData() ); >> #endif > > Yeah, I was thinking about that or: > i.e. Defer fixing it for Windows. :-)
Isn't it possible to serialize the XML to a string/char array, then write it to disk manually? Krzysztof ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Hydrogen-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hydrogen-devel
