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
Re: Abnormal program termination
Can we get more info....what code is executed when the button is clicked?
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