Hello,
I have a project which only contains runtime libraries, so I mapped my Debug configuration to another which is a MD_DynamicRelease, the issue is that I link to other projects, and when I build this specific application, it needs to build the newly mapped versions of those libraries as well.
Even though in this application I mapped my Debug configuration, it's still attempting to build another library under the "Debug" configuration, thus giving me a LNK2038.
Any ideas?
Hello,
I have a project which only contains runtime libraries, so I mapped my Debug configuration to another which is a MD_DynamicRelease, the issue is that I link to other projects, and when I build this specific application, it needs to build the newly mapped versions of those libraries as well.
Even though in this application I mapped my Debug configuration, it's still attempting to build another library under the "Debug" configuration, thus giving me a LNK2038.
Any ideas?