CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: kill a process

  1. #1
    Join Date
    Jun 2000
    Location
    France
    Posts
    72

    kill a process

    Hi
    When i have a general protection fault (like written in 0x00 adress), i don't want to have the dialog box displayed.
    What can i do without using exception?
    If i must use Exception how can i close this window ?
    Thanks


  2. #2
    Join Date
    Jan 2001
    Location
    Israel
    Posts
    226

    Re: kill a process

    Read about Structured Exception Handling in MSDN.


    _________________________________
    Assaf Lavie
    -- Rate if it helped --

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured