Tagged Questions

2
votes
2answers
190 views

MFC Application Crashes while closing

I had a working MFC application (a dialog application), I deleted some of its button and added a new button, but now when it closes the application crashes. It fails in one of ASSERT() macro. The ...