errors when it is copiling alone.dsp in Visual studio 2017-2019
CVT1100 duplicate resource. type:MANIFEST, name:1, language:0x0409 Alone
LNK1123 failure during conversion to COFF: file invalid or corrupt
I solved this by disabling manifest creation in project options following advice from SO
Then I had to comment out usage of My_SetDefaultDllDirectories as it caused linker to fail with "external not found". I've no idea why considering that build via command line executed fine.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I solved this by disabling manifest creation in project options following advice from SO
Then I had to comment out usage of
My_SetDefaultDllDirectories
as it caused linker to fail with "external not found". I've no idea why considering that build via command line executed fine.