Ask Your Question
0

How to compile OpenCV with Cuda 5.0 and VS2010

asked 2013-03-09 12:22:49 -0600

Alexander Pantiukhin gravatar image

Hello there. i need to compile opencv library with cuda 5.o support, for this i use cmake and vs 2010. But when i want to compile library after cmake in vs2010, it shows me this mistake "LINK : fatal error LINK1104: can't open file ....\lib\Debug\ opencv_core244d.lib" the same situation with all dll-files. In release configuration too.

edit retag flag offensive close merge delete

2 answers

Sort by » oldest newest most voted
0

answered 2013-04-08 09:49:09 -0600

in opencv 2.4 copy opencv_core244d.lib from lib/Debug nd paste in bin/Debug. repeat the same for opencv_huigui244d.lib file aswell

edit flag offensive delete link more
0

answered 2013-04-08 12:31:38 -0600

Basically you did not configure linker settings in your project. See the following link for more explanation:

http://jepsonsblog.blogspot.be/2012/07/installation-guide-opencv-24-with.html

edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-03-09 12:22:49 -0600

Seen: 525 times

Last updated: Apr 08 '13