Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2007, 4:32:22 PM (16 years ago)
Author:
rgrieder
Message:
  • fixed a bug: under windows, XML uses wchar_t instead of char, but can use char —> commented a line in xml/xmlParser.h according to description in that file
  • was able to add the xml parser again to orxonox.cc thanks to the above modification
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/xml/xmlParser.h

    r164 r347  
    4747// The _XMLWIDECHAR preprocessor variable force the XMLParser library into either utf16/32-mode (the proprocessor variable
    4848// must be defined) or utf8-mode(the pre-processor variable must be undefined).
    49 #define _XMLWIDECHAR
     49//#define _XMLWIDECHAR
    5050#endif
    5151
Note: See TracChangeset for help on using the changeset viewer.