Click to See Complete Forum and Search --> : Abnormal program termination


Jaime Wyant
May 18th, 1999, 08:41 AM
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

czieler
May 18th, 1999, 09:12 AM
Can we get more info....what code is executed when the button is clicked?

Jaime Wyant
May 18th, 1999, 09:31 AM
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