OpenCv Form Application Release
I wonder is it possible to build windows form application with opencv static library? I know how do this with console application (like in this thread using static libraries instead of dynamic libraries in opencv ), but when we use windows form we can't use MTd Runtime Library (only MD) But when we use MD Runtime Library then we can't use .lib library, only .dll. Am i right? I hope that somebody can help me:)
I was write about clr project in VS 2013