MacArthur, Ian (SELEX GALILEO, UK) schrieb:

> Does sound like there's a problem with the name mangling - but that's
> odd, as I use it lots from c++ and have never noticed a problem.

Hmpf, I used it first and nearly went crazy! :o(

Now it works using mathias hint. But I found a little mistake:

        j_compress_ptr pInfo;
        boolean write_all_tables;       
        jpeg_start_compress (pInfo, 1);

jpeg_start_compress crashes because of an uninitialised pointer, it 
works better using earlier defined pointer "pI".

Thank you for the code,

Best regards,

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

Reply via email to