Closed yoyo201626 closed 5 months ago
Thanks for opening your first issue here! Be sure to follow the issue template!
You need to define -Dxmlch-type=wchar_t
for CMAKE. This should fix it. This is for the xerces build.
Otherwise you can use rapid XML. There is a a flag for this: -DDONT_USE_XERCES_AS_XMLLIB=TRUE
this is for the actual libary.
Describe the bug No calculations can be performed between XMLCh and TXString.
To Reproduce Steps to reproduce the behavior:
Expected behavior no error occurs
Screenshots
Desktop (please complete the following information): OS: Windows10 19045.4412 Visual Studio Community 2022 17.9.5 cmake 3.29.2
Additional context I'm new to learning c++ and I'm sorry if my question is too superficial to trouble you