I installed OpenCV 2.4.8 on Visual Studion 2012 (I am a student in CS, so VS is from dreamspark)
I did everything in the installation steps. Then I wrote a simple program to read an image and display it on the screen. When I first compile it, it gives me the error: "The program can't start because opencv_core248d.dll is missing from your computer. Try reinstalling the program to fix this problem.". BUT !!! When I go to the project folder, and run the .sln file, and THEN compile, IT WORKS! There are no missing dlls, the PATH is created, I saved the property sheets so I don't have to repeat the steps each time. So, why doesn't it compile within the IDE, and yet it does run fine in the second window IDE.
How do I solve this problem.
No comments:
Post a Comment