Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

OpenCV, Cuda and Visual Studio... Dirty hacking (maybe?)

I was thinking about compiling OpenCV latest version (wich I believe is 2.4) with CUDA using Visual Studio 2010. But I really would like to develop my solution using Visual Studio 2012. What if I use the binaries compiled with VS 2010 but use the libs in the folder C:\opencv\build\x64\vc11\libs? Will it work? I have a poor understanding of C/C++ development in Windows but from my belief, libs contains the symbols exported by the DLL and the DLL contains the code and resources... Since the symbols don't change because of the version of Visual Studio, I believe it might work... Am I right?