vc++ mfc opencv missing msvcp100d.dll msvcr100d.dll missing -> opencv3416 install and vs17 lib/dll applied

I got an error "missing msvcp100d.dll" and "missing msvcr100d.dll" when I tried to build vs2010 project in vs2022. 

Old school way> Install VC2010 to your pc and you can get those files installed. 

Problem was opencv320.

So, I downloaded opencv3416 version for vs17. 

Then those error messages are gone. 



Comments

Popular posts from this blog

[VS2010][VS2015] "stdafx.h 을 포함 소스를 찾을 수 없습니다" 에러 해결법