Stack unwinding in native code

Discussion in 'C' started by israeltanin, Jul 27, 2008.

  1. israeltanin

    israeltanin New Member

    Joined:
    Jul 27, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Israel
    How can I use try - catch - throw exceptions in native code? I need ___CxxFrameHandler3 function or it specification.
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    What do you mean by "native code"?
     
  3. israeltanin

    israeltanin New Member

    Joined:
    Jul 27, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Israel
    native code - a code that uses only NtDll.dll. In the process no Kernel32.dll, and therefore can not be used c library
     
  4. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Why can't you use kernel32.dll and the C++ RTL?
     
  5. israeltanin

    israeltanin New Member

    Joined:
    Jul 27, 2008
    Messages:
    3
    Likes Received:
    0
    Trophy Points:
    0
    Location:
    Israel
    e.g. in driver
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice