How to convert c++ exception handling into SEH

Tech-Archive recommends: Fix windows errors by optimizing your registry



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.?

.



Relevant Pages

  • converting c++ exception handling into SEH
    ... i have a problem with replacing c++ exception handling with ... structured exception handling. ... macro formal parameter list ...
    (comp.os.linux.development.apps)
  • converting c++ exception handling into SEH
    ... i have a problem with replacing c++ exception handling with ... structured exception handling. ... macro formal parameter list ...
    (microsoft.public.pocketpc.developer)
  • Re: converting c++ exception handling into SEH
    ... structured exception handling. ... macro formal parameter list ... Standard C++ exception handling works ...
    (comp.os.linux.development.apps)
  • RE: Structured Exception handling in .Net
    ... .NET has the capability and support for SEH. ... Structured Exception Handling Overview for Visual Basic ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework)
  • Re: Being Confused by /EH Exception Handling Model
    ... OP's exercise is to see the compiler optimize away the try/catch block. ... "Structured exception handling works with C and C++ source files. ...
    (microsoft.public.vc.language)