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