forlano Messages: 1207 Registered: March 2006 Location: Italy
Senior Contributor
koldo wrote on Wed, 13 February 2013 14:34
Hello Forlano
OpenCV uses lots of libraries that have to be explicitly included and change with every version.
In our case rename all libraries to "240" and add these ones:
- opencv_video240d
- opencv_videostab240d
- vfw32
- libjasperd
- libjpegd
- libpngd
- libtiffd
Unfortunately U++ tiff support clash with "libtiffd". The dirty solution has been to remove plugin/tiff and remove some lines in Functions4U.
This way your sample runs..., although I do not know what it does.
Thank you very much. I'll try very soon your suggestion.
Luigi