Discussion:
How to solved this problem.
Karnthang, Songpon
2015-09-17 09:33:55 UTC
Permalink
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:***@01D0F166.0699B800]

Best Regards,


Mr.Songpon Karnthang
(Application Developer)


Mobile : 083-194-4685
Phone : 02-832-5467
E-mail : ***@nttdata.com<mailto:***@nttdata.com>

[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.
Alberto Massari
2015-09-17 12:19:50 UTC
Permalink
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
Post by Karnthang, Songpon
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.
Best Regards,
Mr.Songpon Karnthang
(Application Developer)
Mobile : 083-194-4685
Phone : 02-832-5467
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.
Karnthang, Songpon
2015-09-17 12:55:12 UTC
Permalink
The error has been resolved. Thank you so much Alberto for you advice.



-------- Original message --------
From: Alberto Massari <***@tiscali.it>
Date: 2015/09/17 19:20 (GMT+07:00)
To: c-***@xerces.apache.org
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:***@tiscali.it]

Best Regards,


Mr.Songpon Karnthang
(Application Developer)


Mobile : 083-194-4685
Phone : 02-832-5467
E-mail : ***@nttdata.com<mailto:***@nttdata.com>

[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.

Loading...