How to convert c++ exception handling into SEH
- From: "yogesh" <yogeshnelwadkar@xxxxxxxxx>
- Date: 11 Sep 2006 05:22:23 -0700
Hello, 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.?
.
- Follow-Ups:
- Re: How to convert c++ exception handling into SEH
- From: William DePalo [MVP VC++]
- Re: How to convert c++ exception handling into SEH
- Prev by Date: AcceptSecurityContext returns SEC_E_INVALID_HANDLE
- Next by Date: Re: Detect system date and time changed
- Previous by thread: AcceptSecurityContext returns SEC_E_INVALID_HANDLE
- Next by thread: Re: How to convert c++ exception handling into SEH
- Index(es):
Relevant Pages
|