Re: Do most embeded OS and related compilers contains a mechanism like __try{}

fjh@students.cs.mu.OZ.AU (Fergus Henderson)
30 Mar 2003 00:42:14 -0500

          From comp.compilers

Related articles
Do most embeded OS and related compilers contains a mechanism like __t gramon@163.com (2003-03-22)
Re: Do most embeded OS and related compilers contains a mechanism like fjh@students.cs.mu.OZ.AU (2003-03-30)
Re: Do most embeded OS and related compilers contains a mechanism like alex_mcd@btopenworld.com (Alex McDonald) (2003-03-30)
Re: Do most embeded OS and related compilers contains a mechanism li jvorbrueggen@mediasec.de (Jan C. =?iso-8859-1?Q?Vorbr=FCggen?=) (2003-03-31)
Re: Do most embeded OS and related compilers contains a mechanism alex_mcd@btopenworld.com (Alex McDonald) (2003-04-05)
| List of all articles for this month |

From: fjh@students.cs.mu.OZ.AU (Fergus Henderson)
Newsgroups: comp.compilers
Date: 30 Mar 2003 00:42:14 -0500
Organization: Computer Science, University of Melbourne
References: 03-03-135
Keywords: C
Posted-Date: 30 Mar 2003 00:42:13 EST

gramon@163.com (gramon) writes:
>I am studing __try{} in ms Windows and VC,and I am intrested in this
>mechanism which links the compiler and the OS.But i am not very clear
>how it works. ...
>[That's what setjmp and longjmp are for. -John]


In particular, if you are looking for an exception handling library
that you can use from C code, see my CXCPT library
<http://www.cs.mu.oz.au/~fjh/CXCPT/index.html>.


--
Fergus Henderson <fjh@cs.mu.oz.au> | "I have always known that the pursuit
The University of Melbourne | of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh> | -- the last words of T. S. Garp.


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.