I programmed some app under Win-XP, mingw, GnuWin32, eclipse.
My app was dead to read jpeg image file at the following code with uninformative windows message. But reading gif image file is ok.
There do exists the image file to read.
Code: Select all
list<Image> imageList;
....
readImages(&imageList, fileName);
This application has requested the Runtime to terminate it in an unusual way.
Please contact the application's support team for more information.
How to deal with it?