Newsgroups: comp.windows.ms.programmer Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!think.com!cuff!boag From: boag@cuff.uucp (Scott Boag) Subject: question regarding catch/throw Message-ID: <1991Mar27.182820.17579@cuff.uucp> Keywords: catch throw setjump longjump Organization: DMR Wellesly, MA Date: Wed, 27 Mar 91 18:28:20 GMT 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.