The error has been resolved. Thank you so much Alberto for you advice.
-------- Original message -------- From: Alberto Massari <[email protected]> Date: 2015/09/17 19:20 (GMT+07:00) To: [email protected] Subject: Re: How to solved this problem. Double check if the new library has been compiled with the C++ namespace: in this case you need to either fully qualify the class to be xercesc::HandlerBase, or use the XERCES_CPP_NAMESPACE_USE macro to make it the default namespace. Have a look at samples/src/SAXCount/SAXCountHandlers.hpp for a valid example of a SAX client. For any other issue during the migration, look at http://xerces.apache.org/xerces-c/migrate-archive-3.html web page. Alberto Il 17/09/15 11:33, Karnthang, Songpon ha scritto: Hi Dev.Team I try to migration Xerces C++ from version 1.5.2 to 3.1.2 but error occur when my class Inherit HandlerBase from HandlerBase.hpp. How can I solve this problem. Please help to advise me. [cid:[email protected]] Best Regards, Mr.Songpon Karnthang (Application Developer) Mobile : 083-194-4685 Phone : 02-832-5467 E-mail : [email protected]<mailto:[email protected]> [NTTDataLogo] 200 Moo 4, 25th Floor, Jasmine International Tower Chaengwattana Road, Pakkret, Nonthaburi 11120 THAILAND ______________________________________________________________________ Disclaimer: This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data. If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding. ______________________________________________________________________ Disclaimer: This email and any attachments are sent in strictest confidence for the sole use of the addressee and may contain legally privileged, confidential, and proprietary data. If you are not the intended recipient, please advise the sender by replying promptly to this email and then delete and destroy this email and any attachments without any further use, copying or forwarding.
