I have a program that displays images from a directory, using loadimage, copyimage etc.
Most images work just fine, but some images cause GPF's. Is there a way to detect a GPF and avoid it, or to detect an image which would not be acceptable to the image libarary included with pure basic?
How can I detect/avoid GPF's when processing images?
I'm trying to identify which ones are causing the gpf. I've eliminated all non-jpg's at this point. Since the gpf closes all windows immediately, I need to add a log so I can see which files were opened. Then I need to determine if it was the specific file being opened, or the one being closed, or a sequence...etc.
If I can come up with an exact jpg file, I will let you know.
If I can come up with an exact jpg file, I will let you know.