problem while running opencv program.

asked 2014-03-19 06:37:21 -0600

freedom gravatar image

hi

I'm completely beginner in opencv.I start learning opencv with some prepared codes from lirtex.com about solid color ball motion tracking. My operating system is asus,64bit,win8. and I use... OpenCV-2.2.0-win32-vs2010.....in.....Microsoft Visual Studio c++ 2010 express........I had done all necessary thing such as defining property sheet ....and so on. but I get some errors like this when I start the program.

"The program '[1324] Trackred.exe: Native' has exited with code -1073741510 (0xc000013a)."

I think it might be a problem with my linker.but I checked them again and found nothing wrong.

please help me.

edit retag flag offensive close merge delete

Comments

In which line do you get those error? Add some code to your question.

GilLevi gravatar imageGilLevi ( 2014-03-19 07:18:04 -0600 )edit
1

A quick Google search shows this error code being returned as a result of pressing CTRL-C. Have you tried to run in Debug mode to see where the problem occurs?

unxnut gravatar imageunxnut ( 2014-03-19 07:25:38 -0600 )edit