MSVCR90D.dll not found in debug mode with Visual C++ 2008

前端 未结 10 871
萌比男神i
萌比男神i 2020-12-08 21:34

I have a problem with Visual C++ 2008. I have installed opencv and I\'ve created a new program and I build it with no errors. However, it complains about not finding MSVCR90

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-08 22:05

    This is one of the reasons that I statically link; bigger EXEs but I have never had a dependency issue like this before. Probably worth a question in itself though...

提交回复
热议问题