I may be being dumb but I can't seem to stop imlib2 from aborting on a 
bad image ... 

I'm using 

        // load the image
        Imlib_Load_Error error;
        image = imlib_load_image_with_error_return(name, &error); 

        if(!image) {
                // error stuff
        }

but if it encounters a bad image it just craps out with an Abort 
message.

<longshot>Anything to do with the fact that I'm using it from 
C++?</longshot>




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to