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 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: RE: setup.exe exception handling guidelines X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Wed, 1 May 2002 17:21:51 +1000 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Robert Collins" To: "Gary R. Van Sickle" , "CygWin Apps" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g417M1M23590 > -----Original Message----- > From: Gary R. Van Sickle [mailto:g DOT r DOT vansickle AT worldnet DOT att DOT net] > Sent: Wednesday, May 01, 2002 3:06 PM > To: CygWin Apps > Subject: RE: setup.exe exception handling guidelines > > > > > 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? > > . Where those ISO guys come up with these crazy > names.... ;-P It's truly shocking that. Anyway, Exception in setup inherits from C++ standard exception class. Why not direct? So if we want to change, we can. Rob