I am working on computer vision problem on GPU and I am trying to do it with openCV. I completed the installation using Cmake and then build the project using visual studio 2008. Then I wrote a short program in Visual studio 2008 to test the openCV installation and then I build the project. The project is getting build perfectly well but when I am trying to run the program (ctrl+F5) a message is occurring in the screen which prompts
"The program can't start because cudart32_42_9.dll is missing from your computer. Try reinstalling the program to fix the problem."
What is this error about and how can I run the openCV with cuda programs correctly without any sort of error? I have a deadline of project and I cannot get this working for last 4 days. It is so frustrating. Now everything got installed correctly but ultimately this one thing is making me crazy. I would be really glad and thankful if someone could help me out through this problem and could guide me to run the openCV with cuda correctly.Thanks for all your help.