I realize this is probably caused by some _dllexport() somewhere, not in my code but in some third-party piece. (Qt, Boost, OpenSG, ...)
Is there a simple linker option to disable this? I've searched but not found anywhere.
.lib
use /NOIMPLIB
linker switch..exp
files use /NOEXP
linker switch.