Related articles |
---|
Exception Compilation alonh@cmt.co.il (Alon Horesh) (2000-01-19) |
Re: Exception Compilation roger@xippix.com (2000-01-21) |
From: | Alon Horesh <alonh@cmt.co.il> |
Newsgroups: | comp.compilers |
Date: | 19 Jan 2000 01:15:24 -0500 |
Organization: | C.M.T |
Keywords: | errors, question, C++, comment |
Hi All,
Does anyone know how Microsoft VC ( version 6 ) implement exception and
exception handling ??
The question is whether i can simulate throwing an exception from one
thread into another thread's address space by understanding the
mechanism of the exception and simulate the exception throwing in
another thread ??
Thank you,
Alon .
[I have an awful suspicion that the answer is "yes, except that now and
then it won't work". -John]
Return to the
comp.compilers page.
Search the
comp.compilers archives again.