Exception Safe Programming

Tyler Knott tywebmail at mailcity.com
Sun Feb 25 12:52:00 PST 2007


Saaa wrote:
> Yes the dir is 'pictures', but the program runs perfectly with that last 
> line commented out. ?
> I'd expect it to say:
> Error: Not enough images found(<12)
> 

Without seeing more of your program I can't tell what's going on.  You're right 
that it should be throwing the "not enough images found" exception, at least 
based on the snippet you posted.  Are you catching the "not enough images found" 
exception anywhere?


More information about the Digitalmars-d-learn mailing list