Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Mail-Followup-To: cygwin-apps AT cygwin DOT com Delivered-To: mailing list cygwin-apps AT cygwin DOT com content-class: urn:content-classes:message Subject: RE: setup.exe exception handling guidelines MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Tue, 30 Apr 2002 22:08:37 +1000 X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Pavel Tsekov" Cc: "CygWin Apps" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g3UC8rB17878 > -----Original Message----- > From: Pavel Tsekov [mailto:ptsekov AT syntrex DOT 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