[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Question about Qt exception handling



On Thursday 01 December 2005 14:30, Pierre Barbier de Reuille wrote:
> Hello,
>
> I don't really know if this is the good channel to talk about that, but
> I did not find any better one !
>
> My question is : is there a reason why the libqt was always compiled
> without exception handling ? I would need it to centralized the error
> reporting system. I tried send a request to the developpers using
> reportbug but I got no answer !

Qt does not use exceptions internally, so compling it with exception support 
will very likely break it.

You can use exceptions in your one code, you just have to make sure they do 
not traverse Qt code.

Cheers,
Kevin

Attachment: pgpR2WnjA8vzB.pgp
Description: PGP signature


Reply to: