Replies: 1 comment
-
|
@aleks-f could you please help me here to compile Poco with preprocessor definition "XML_UNICODE_WCHAR_T". Any suggestions would be very helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Getting compilation errors in Poco XML module (XMLStreamParser.cpp , SAXParser.cpp ) while building with preprocessor definition "XML_UNICODE_WCHAR_T".
With "XML_UNICODE_WCHAR_T" defined, Poco::XML::XMLString is treated as std::wstring. Getting compilation errors for conversion from Poco::XML::XMLString to std::string.
Tried to compile Poco C++ v 1.12.4 on Visual studio 2019 developers command prompt using <poco_base_dir>/buildwin.cmd. Before executing buildwin.cmd setting preprocessor definition "XML_UNICODE_WCHAR_T" by running below command: set CL=/DXML_UNICODE_WCHAR_T
Beta Was this translation helpful? Give feedback.
All reactions