Hello, I am trying to develop an example Xalan based application using C++ builder.
My intention is to make this example application freely avaiable as a programming reference. I configured all my C++ Builder, as indicated in the guide provided by the xml.apache.org website, but i am having some problems. When i try to compile, i get the following messages: [C++ Error] XalanDOMException.hpp(75): E2450 Undefined structure 'XALAN_PLATFORM_IMPORT' [C++ Error] XalanDOMException.hpp(75): E2450 Undefined structure 'XALAN_PLATFORM_IMPORT' [C++ Error] XalanDOMException.hpp(75): E2449 Size of 'XalanDOMException' is unknown or zero [C++ Error] XalanDOMException.hpp(75): E2141 Declaration syntax error [C++ Error] XalanDOMString.hpp(84): E2450 Undefined structure 'XALAN_PLATFORM_IMPORT' [C++ Error] XalanDOMString.hpp(84): E2449 Size of 'XalanDOMString' is unknown or zero [C++ Error] XalanDOMString.hpp(84): E2141 Declaration syntax error [C++ Error] XalanDOMString.hpp(811): E2293 ) expected [C++ Error] XalanDOMString.hpp(951): E2141 Declaration syntax error [C++ Error] XalanDOMString.hpp(970): E2141 Declaration syntax error [C++ Error] XalanDOMString.hpp(990): E2227 Extra parameter in call to TranscodeToLocalCodePage(const unsigned short *) [C++ Error] XalanDOMString.hpp(1008): E2293 ) expected [C++ Error] XalanDOMString.hpp(1086): E2141 Declaration syntax error [C++ Error] XalanDOMString.hpp(1101): E2092 Storage class 'inline' is not allowed here [C++ Error] XalanDOMString.hpp(1101): E2445 Variable 'XalanDOMString' is initialized more than once [C++ Error] XalanDOMString.hpp(1101): E2141 Declaration syntax error [C++ Error] XalanXMLChar.hpp(72): E2450 Undefined structure 'XALAN_PLATFORM_IMPORT' [C++ Error] XalanXMLChar.hpp(72): E2449 Size of 'XalanXMLChar' is unknown or zero [C++ Error] XalanXMLChar.hpp(72): E2141 Declaration syntax error [C++ Error] DOMStringHelper.hpp(126): E2092 Storage class 'inline' is not allowed here [C++ Error] DOMStringHelper.hpp(126): E2445 Variable 'XalanDOMString' is initialized more than once [C++ Error] DOMStringHelper.hpp(126): E2141 Declaration syntax error [C++ Error] DOMStringHelper.hpp(150): E2141 Declaration syntax error [C++ Error] DOMStringHelper.hpp(162): E2293 ) expected [C++ Error] DOMStringHelper.hpp(449): E2303 Type name expected [C++ Error] DOMStringHelper.hpp(449): E2228 Too many error or warning messages Any idea? Thanks, Vitor --- UOL, o melhor da Internet http://www.uol.com.br/
