VoyForums
[ Show ]
Support VoyForums
[ Shrink ]
VoyForums Announcement: Programming and providing support for this service has been a labor of love since 1997. We are one of the few services online who values our users' privacy, and have never sold your information. We have even fought hard to defend your privacy in legal cases; however, we've done it with almost no financial support -- paying out of pocket to continue providing the service. Due to the issues imposed on us by advertisers, we also stopped hosting most ads on the forums many years ago. We hope you appreciate our efforts.

Show your support by donating any amount. (Note: We are still technically a for-profit company, so your contribution is not tax-deductible.) PayPal Acct: Feedback:

Donate to VoyForums (PayPal):

Login ] [ Contact Forum Admin ] [ Main index ] [ Post a new message ] [ Search | Check update time | Archives: 12345[6]78910 ]


[ Next Thread | Previous Thread | Next Message | Previous Message ]

Date Posted: 18:05:44 01/22/02 Tue
Author: Michel
Subject: Re: Exception Handling
In reply to: Vern Six 's message, "Re: Exception Handling" on 10:32:44 01/22/02 Tue


Hi Vern,

Yes I did get confused with another similar question where the user was trying to catch exceptions to determine the graphic format from the data bytes.

This is a little strange. The except section should be executed. You have tried,

on E:Exception which is getting me confused. If an exception is raised it should be handled by the except block. You do you mean by "falling over badly"?

Why is an exception being raised? Are you sure this is a JPG file. If you are trying to determine if the file is a JPEG, with data other than JPEG you may get bad memory corruption. If you need to know if a file is a JPEG in before calling LoadFromFile, let me know, I have some code snippets for this.

Best regards,

Michel

>>If I recall, you are trying to read a blob field but
>>you don't know the file format.
>
>Nope. Sorry... you must be confusing me with someone
>else. I am merely trying to do the following bit of
>code and it's falling over badly...
>
>try
> jpgGraphic.LoadFromFile('somefile.txt');
>except
> on e: EInvalidGraphic do begin
> logerror( e.message );
> end;
>end;
>
>Any clues? I've even tried on E: EException, etc

[ Next Thread | Previous Thread | Next Message | Previous Message ]

[ Contact Forum Admin ]


Forum timezone: GMT-5
VF Version: 3.00b, ConfDB:
Before posting please read our privacy policy.
VoyForums(tm) is a Free Service from Voyager Info-Systems.
Copyright © 1998-2019 Voyager Info-Systems. All Rights Reserved.