Menu

#320 Implement __try, __except and __finally

Feature_requests
closed
nobody
gcc (462)
2013-01-17
2003-03-17
No

Hello developers,

I use mingw 2.0.0 (gcc 3.2).

I try compile some NT kernel driver, but in code is used
__try and __except.

gcc report that this not known to it.

I'am looking in MSDN and see, that this is some extension
from microsoft to impement structured exceptions in C.
Is any way how implement __try and __except and
__finally to gcc?

Thanks

Vladimir Michl

Discussion

  • Earnie Boyd

    Earnie Boyd - 2013-01-17

    This will need to be added as a request for GCC. See http://gcc.gnu.org/bugs.html for instruction.

     
  • Earnie Boyd

    Earnie Boyd - 2013-01-17
    • status: open --> closed
    • assigned_to: Danny Smith --> nobody