matthiasm schrieb:
> Oh, yes, that is a possible problem. If you include jpeg libraries from
> within a C++ source, you should put the
>
> extern "C" {
> #include <jpegstuff_and_so_on>
> }
>
> into your source. This is a jpeg library issue.Thank you, things can be so easy! :o) _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

