04-05-2011 08:41 PM
Dear all,
I have some dlls built with VS 2010 using opencv 2.1. I can run it on my pc and on LV 2009; but when I tried to open that labview application which uses these dlls in another computer I got the messages of MSVCR100.dll and cxcore210d.dll is missing and could nut be found. These error messages poped out when loading those dlls. Is there a fast solution out of this problem?
Thank you,
04-06-2011 01:49 PM - edited 04-06-2011 01:54 PM
Hello,
Do you have VS 2010 installed on the other computer you are trying to run your application on? The DLLs that you are missing have to do with Visual C++. If you install Visual C++ redistributable it should install the DLLs your application is looking for. Installing VS 2010 may also install Visual C++ redistributable as part of that package.
Eric