Ask Your Question

Revision history [back]

click to hide/show revision 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

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

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