The issue is, there is a library I have to link called fltkjpeg.lib in order to 
read *.jpg format.
But my application also need to link with OpenCV libjpeg.lib library.
When I link fltkjpeg library then OpenCV jpeg library doesn't work.
and when I link OpenCV jpeg , then FLTK jpeg doesn't read jpeg images.

How can I remove this conflict ?

By the way, how can I set OpenCV image data into FLTK image data ? currently I 
using like this Fl_Shared_Image::get(filepath);

Thanks.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to