Description
I am building Xerces-C++ 3.3.0 on Windows with MSVC 17.11.5 with ICU as the message loader and I noticed it was trying to link to a symbol called "xercesc_messages_3_2", which was not defined. I suspect references to "xercesc_messages_3_2" in src/xercesc/util/MsgLoaders/ICU/ICUMsgLoader.cpp were intended to be changed to "xercesc_messages_3_3". If I make this change, it builds (and the tests pass).
Attachments
Attachments
Issue Links
- is duplicated by
-
XERCESC-2257 symbol not found in flat namespace (_xercesc_messages_3_2_dat)
- Closed