[xsd-users] Issues with operator==

Boris Kolpackov boris at codesynthesis.com
Wed Jul 22 07:34:21 EDT 2026


Nicolas Weidmann <n.weidmann at lombardodier.com> writes:

> So, to make sure my code was not the issue, I compiled static (no DLL
> here) and compared myBuiltElement->getValue() == myBuiltElement->getValue()

By static do you mean you are linking static libraries or you linked
all the object files directly into the executable? If it's static
libraries, then you need to link with /WHOLEARCHIVE to make sure all
the object files end up in the executable.



More information about the xsd-users mailing list