On Monday 19 January 2004 11:49, Simon Wistow wrote:
> I may be being dumb but I can't seem to stop imlib2 from aborting on a
> bad image ...
>       // load the image
>       Imlib_Load_Error error;
>       image = imlib_load_image_with_error_return(name, &error);
> but if it encounters a bad image it just craps out with an Abort
> message.

are you saying it craps out at the imlib_load_image_with_error_return() func ?  
like, control doesnt flow beyond that ?
i dont code C++ but perhaps a try { } catch(...) { } ?
-mike



-------------------------------------------------------
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