Page 1 of 1

readIamges error in reading jpeg image with mingw

Posted: 2009-01-09T00:28:40-07:00
by alexkim
Hi~

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);
I can't debug it because of the insufficient windows the following error message. :(

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?

Re: readIamges error in reading jpeg image with mingw

Posted: 2009-01-09T02:30:41-07:00
by alexkim
I fixed it. :D

The following url has the lastest lib for mingw!!!

http://mingw-cross.sourceforge.net/