This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linker Error 10056: How to allow multiple defined symbols

Hi everyone,

is there any linker option that allows for multiple defines symbols ... linking any symbol. Suppressing the error using --diag_supress

Background: We have a thirdparty lib that might or might not bring one specific symbol (which we implement ourselves in case its missing)... and we have no control over it. However, we don't want to adjust our linker settings everytime we get a new lib-version.

Thanks,
Thomas