converting c++ exception handling into SEH
- From: "yogesh" <yogeshnelwadkar@xxxxxxxxx>
- Date: 11 Sep 2006 05:20:32 -0700
ello, i have a problem with replacing c++ exception handling with
structured exception handling. How to replace the " catch(...) " in
c++ exception handling with, __except , a structured exception
handling.
If i write "#define catch(...) ----" ; then it doesn't take ' ... ' as
a string ; so, prompts an error.. error C2010: '.' : unexpected in
macro formal parameter list
what to be written in place of ' --- ' ; to be convert it into an
St.Ex.Handling.?
.
- Prev by Date: Re: Get the loaded shared library base address in startup
- Next by Date: Re: Shared libraries worth it?
- Previous by thread: how to know whether the kernel supports RTP protocol
- Next by thread: Shared libraries worth it?
- Index(es):
Relevant Pages
|