CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Posts
    14

    Abnormal program termination

    I have a program that responds to a button, but after calling the button's event handler, the program exits with a return code of 32779, 0x800B.

    Has anyone seen this before? This button had worked previously. I am not sure what I could have done to break it.

    THanks, jaime



  2. #2
    Join Date
    May 1999
    Posts
    25

    Re: Abnormal program termination

    Can we get more info....what code is executed when the button is clicked?


  3. #3
    Join Date
    May 1999
    Posts
    14

    Re: Abnormal program termination

    I figured out what the problem was... One of my routines was recently changed (broken)and was exiting the app via a WM_CLOSE message.

    Thanks anyways,
    Jaime



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