MFC Application crashing
I have an MFC application and it keeps on crashing. Im using it in conjunction with an older program and hence calling methods from this older program. The MFC application compiles fine, but when i press a button it just freezes up and does not respond.
Are there generic problems and hence solutions to crashing programs? Or is the problem going to be more specific? Is there a standard operation procedure I can follow to iron out the root cause of these crashes? Is there any documentation on the web about this?
Thank You
[543 byte] By [
Jazz17782] at [2007-11-19 19:51:15]

# 1 Re: MFC Application crashing
The first thing I would do is run in debug mode and when the program freezes halt execution and look at the calling stack.
philkr at 2007-11-10 23:42:41 >
