Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    SetUnhandledExceptionFilter and GCC

    General and Desktop
    2
    2
    2604
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • M
      muhahaa last edited by

      Why doesn't the Windows function SetUnhandledExceptionFilter work in Qt programs built with GCC?

      The custom handler function is not called when an exception (e.g. access violation) is thrown.

      It works correctly with the Visual C++ tools.

      1 Reply Last reply Reply Quote 0
      • L
        lgeyer last edited by

        Does AddVectoredExceptionHandler() work?

        1 Reply Last reply Reply Quote 0
        • First post
          Last post