1 | initial version |
The solution to this problem if anyone encounter it again is this post as LBerger very well pointed to
http://stackoverflow.com/questions/16830842/using-static-libraries-instead-of-dynamic-libraries-in-opencv
You need to include the Vfw32.lib inside your project along with all the opencv static lib files and includes.
Thanks LBerger
2 | No.2 Revision |
The solution to this problem if anyone encounter it again is this post as LBerger very well pointed to
http://stackoverflow.com/questions/16830842/using-static-libraries-instead-of-dynamic-libraries-in-opencv
You need to include the Vfw32.lib inside your project along with all the opencv static lib files and includes.includes.
The Vfw32.lib is not inside the Opencv libraries but it is in windows visual studio
Thanks LBerger
3 | No.3 Revision |
The solution to this problem if anyone encounter it again is this post as LBerger very well pointed to
http://stackoverflow.com/questions/16830842/using-static-libraries-instead-of-dynamic-libraries-in-opencv
You need to include the Vfw32.lib inside your project along with all the opencv static lib files and includes. The Vfw32.lib is not inside the Opencv libraries but it is in windows visual studio
The solved answered goes to LBerger ^.^ Thanks LBerger