I am writing a little interop with c# and c++ with a c++/cli project and just wanted to know if I compile my c++/cli project with Visual C++ Compiler November 2013 CTP, will my opencv dependencies projects that I have compiled with the normal v120 platform compiler work?
I dont want to install the november 2013 CTP if it means I have to make all dependencies work also. But if I can simply use my already compiled .lib / .dll files I will give it a try.