MSVCP100D.dll missing

前端 未结 5 1321
余生分开走
余生分开走 2020-12-19 12:21

When I try to debug my C++ application I get the error

The program can\'t start because MSVCP100D.dll is missing from your computer. Try reinstalli

5条回答
  •  不思量自难忘°
    2020-12-19 13:02

    This can also occur if Generate Debug info is not set to No

    Configuration Properties -> Linker -> Debugging -> Generate Debug info

提交回复
热议问题