Home > Software engineering >  vs2015
vs2015

Time:11-22

I am using vs2015 development project, there called libraries, DLL, I use compiled in release mode, only to find the last program calls "MSVCP140D. DLL", I checked this DLL is the DEBUG mode, in principle should call "MSVCP140. DLL" - this does not take the D, what reason be excuse me?

CodePudding user response:

refer to the original poster Li Rongrong response:
what I use is vs2015 development projects, call a library, inside a DLL, I use compiled in release mode, only to find the last program calls "MSVCP140D. DLL", I checked the this DLL is the DEBUG mode, in principle should call "MSVCP140. DLL" - this does not take the D, what reason be excuse me?


Are you changed multi-threading library configuration

CodePudding user response:

Is your project attribute set problem ~ see engineering properties of C/C + + Code Generation/Runtime Library which is selected?