Ask Your Question

ada's profile - activity

2017-09-21 02:59:35 -0600 received badge  Enthusiast
2016-04-19 11:47:54 -0600 commented answer include opencv lib in a dll

Thanks a lot for your answer. I do not exactly know how to use cmake. In visual studio, can i proceed by linking staticlib in VC++ Directories ? Should i compute an static library (.lib) or a dynamic one (.dll) ?

Thank you

2016-04-19 11:30:21 -0600 asked a question include opencv lib in a dll

Hello,

I am currently trying to encapsulate my own code in a dll to provide it to another person. I use a few opencv libraries such as calib3d.lib. When I give my dll to another person I also need to provide calib3.lib. Is it possible to encapsulate all opencv libraries in my dll in order to only provide my own DLL ?

Thanks a lot,

Anthony