Hi Paul, Paul Leeming <[email protected]> writes:
> tc = new IconvGNUTransService(fgMemoryManager); > > This fails in the constructor, in the overloaded new operator of XMemory Can you find out where exactly in IconvGNUTransService constructor it fails? My guess would be that GNU Iconv on your target does not support encodings that are needed by Xerces-C++. One way to address this is to build and use ICU. I have done that for LynxOS though cross-compiling ICU is not easy. Boris -- Boris Kolpackov, Code Synthesis Tools http://codesynthesis.com/~boris/blog Open-source XML data binding for C++: http://codesynthesis.com/products/xsd XML data binding for embedded systems: http://codesynthesis.com/products/xsde
