My application shows various external images picked up from hard disk.
Unfortunately, sometimes a file has bad format.
In this case i would like that if the program doesn't pop up a silly message and dies immediatly after hitting the enter key.
In my dreams, my lite-c code would handle such cases, would show own message, and wouldn't die.
Just continue the work.
What should i write in my code to do this?
Thanks in advance.