Hi Bill, Bill Moo <[email protected]> writes:
> First I guess it makes sense for me to ask the obvious question first. Is > the Intel Compiler v12.0.1029.2010 on Windows 7 x64 supported? There shouldn't be any issues as far as I know. > I mean just that, no errors, no exceptions, nothing. I've got exception > handling to cover all (known) occasions but I know by my console output > that this method fails! Xerces-C++ reports parsing/validation errors via an error handler, not exceptions. If you haven't set an error handler, it will appear as if the parser fails silently. To be sure, send a minimal but complete test case that reproduces this problem. Boris -- Boris Kolpackov, Code Synthesis http://codesynthesis.com/~boris/blog Compiler-based ORM system for C++ http://codesynthesis.com/products/odb Open-source XML data binding for C++ http://codesynthesis.com/products/xsd XML data binding for embedded systems http://codesynthesis.com/products/xsde
