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 !