Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!pacbell.com!ucsd!network.ucsd.edu!markley From: markley@network.ucsd.edu (Mike Markley) Newsgroups: comp.windows.ms.programmer Subject: Re: question regarding catch/throw Summary: Catch/Throw Keywords: catch throw setjump longjump Message-ID: <5068@network.ucsd.edu> Date: 28 Mar 91 20:58:42 GMT References: <1991Mar27.182820.17579@cuff.uucp> Organization: University of California, San Diego Lines: 7 In article <1991Mar27.182820.17579@cuff.uucp> boag@cuff.uucp (Scott Boag) writes: >We are about to implement a generalized error handling scheme that uses >catch/throw (i.e. setjump/longjump). I am a bit worried about the >behavior of these functions in the MS Windows environment. Has anyone >had prior experience with using these? Thanks in advance. We use Catch and Throw with out any problems.