This is the mail archive of the cygwin-apps@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: setup.exe exception handling guidelines




> -----Original Message-----
> From: Pavel Tsekov [mailto:ptsekov@syntrex.com] 
> Sent: Tuesday, April 30, 2002 10:05 PM
> To: Robert Collins
> Cc: CygWin Apps
> Subject: Re: setup.exe exception handling guidelines
> 
> 
> Hello Robert,
> 
> Tuesday, April 30, 2002, 1:09:48 PM, you wrote:
> 
> [snip]
> 
> RC> Exceptions that can be thrown:
> 
> RC> I'm going to create a base Exception class, from which all thrown 
> RC> exceptions should derive. No char/string or String exceptions are 
> RC> allowed. This allows a generic catch-all Exception 
> handler, and by 
> RC> subclassing, more specific handlers can sit in front of it.
> 
> What about the standard C++ library exception class ? In the 
> recent threads regarding setup and libgetopt++ I red that we 
> libstdc++ can be used now ?

Yes, libstdc++ can be used now. Whats the header for the C++ library
exception class?

Rob


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]