[fpc-pascal] Re: Fpc Access Violation if AppConfigDir doesn't exist.
Giuliano Colla
giuliano.colla at fastwebnet.it
Tue Feb 12 13:49:12 CET 2013
On 02/12/2013 10:02 AM, Mark Morgan Lloyd wrote:
> I admit that I was slightly trolling there, since Giuliano was
> complaining about exceptions that he wasn't seeing (because, it turns
> out, he wasn't catching them).
>
You catch an exception if you can handle it. If a user for some reasons
has write-protected a configuration file, there's nothing the
application can do about it. One can usually rely on the system default
exception handler to show the error message. If it doesn't happen, then
there's something wrong somewhere.
Giuliano
More information about the fpc-pascal
mailing list