OpenCV 2.4.3 - Execution problem (VC++ 2010, Win 7, 64bit)
Hello there !
I have a problem running OpenCV 2.4.3 on my computer. I use Visual C++ 2010 Express (32 bits) on a Windows 7, 64 bits machine.
I think the installation performed well. I followed step by step what was indicated in the tutorials from this website, namely :
- Windows part : http://docs.opencv.org/doc/tutorials/introduction/windows_install/windows_install.html#windows-installation
- Microsoft Visual Studio part : http://docs.opencv.org/doc/tutorials/introduction/windows_visual_studio_Opencv/windows_visual_studio_Opencv.html#windows-visual-studio-how-to
Note : I used the x86 folders for any concerned path instead of the x64 ones.
The thing is it still doesn't work ! Any OpenCV-oriented code I try to execute leads to the following error : program exited with code -1073741701 (0xc000007b). If I remove any OpenCV code from my file, the execution occurs with no problem.
Is someone familiar with this issue ?
Thank you in advance for the help !
Try to copy OpenCV's dlls to your executable's folder.
@VladislavVinogradov I think that OpenCV 2.4.3 is not really a stable version yet. I have been using it with Windows 7 64-bit and it kills my CPU's explorer completely. A browser window, task bar, file explorer, volume control bar, etc. takes almost half a minute to appear after I click on them. Given that I have an i5, L3 cache, 8 GB RAM, 500 GB spec. I think it is openCV's .dll files that are corrupted! The reason I am pretty sure that they are corrupted is that I downloaded the windows super pack for OpenCV 2.3 from Sourceforge.net and it is working without doing the same damage (yet). I think there are lots of development issues with 2.4.3 on Windows 7 64-bit. Also, OpenCV installation guidelines are very unclear!