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

gramon@163.com (gramon)
22 Mar 2003 16:40:49 -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: gramon@163.com (gramon)
Newsgroups: comp.compilers
Date: 22 Mar 2003 16:40:49 -0500
Organization: http://groups.google.com/
Keywords: question, C
Posted-Date: 22 Mar 2003 16:40:49 EST

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.i readed 'A Crash Course on the Depths of Win32
Structured Exception Handling ' in MSDN.but I still want to know do
other operating systems and the complilers contain the related
mechanism.Especially in some embeded chips and systems.
Thanks!
[That's what setjmp and longjmp are for. -John]



Post a followup to this message

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