I'm really new in using OpenCV C++. Is there any possibility to configure my VS 2013 to configure my project to use only *.lib
instead of *.dll
? I don't want to add to my final executable any *.dll
files. I heard that *.lib
files will during compiling just insert (sorry for this word) into this executable instead of many *.dll
files around.
I was following this manual, especially the end of this with some INSTALL project. I did every step from this manual, but... It doesn't work. (I can compile testing project - here), but it always said "I can't find *.dll
file and program can't run."
Thank you.