converting c++ exception handling into SEH



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

.



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 ...
    (microsoft.public.pocketpc.developer)
  • How to convert c++ exception handling into SEH
    ... i have a problem with replacing c++ exception handling with ... structured exception handling. ... macro formal parameter list ...
    (microsoft.public.win32.programmer.kernel)
  • 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: Error Logic Suggestions Needed
    ... some cases where it provides advantages over structured exception handling. ... "prototype" tend to live forever, ... programmer headaches and the owner additional expense. ...
    (microsoft.public.dotnet.languages.vb)