Ask Your Question

notromit's profile - activity

2012-11-22 05:19:26 -0600 commented answer opencv_core241d.dll missing

No, I installed the latest version. For now Ive just had to put the necessary dlls in the same folder as my solution.

2012-11-17 11:06:22 -0600 asked a question opencv_core241d.dll missing

I have set up OpenCV 2.4.3 on Windows 7 following this guide: http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation Which has worked fine, all the examples work etc. However when I tried to create a new project in Visual Studio 2010 following this guide: http://docs.opencv.org/trunk/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to I get the following run-time error: "The program can't start because opencv_core241d.dll is missing from your computer. Try reinstalling the program to fix this problem." The dlls are in fact there, but I don't know why my program can't find them. I have tried googling the answer, and have tried various things including adding the location to the system path, to no avail. How do I solve this problem?