readIamges error in reading jpeg image with mingw

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
alexkim

readIamges error in reading jpeg image with mingw

Post 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?
alexkim

Re: readIamges error in reading jpeg image with mingw

Post by alexkim »

I fixed it. :D

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

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