Just a FYI on the off chance anyone else encounters this.
I was getting reports of intermittent crashes of my app on some Vista systems but never tracked it down. It never seemed to occur on XP (which is what I'm running). Just had a user who got it steadily on a W2000 system and got some debug data.
Finally traced it to some re-org I'd done a long time ago to termination routines and in cut/pasting around I'd managed to do the DIALOGUE END for the main window twice. (Duh!)
I guess its in system timing or maybe XP is better at recovering it by itself and not complaining.
George
I was getting reports of intermittent crashes of my app on some Vista systems but never tracked it down. It never seemed to occur on XP (which is what I'm running). Just had a user who got it steadily on a W2000 system and got some debug data.
Finally traced it to some re-org I'd done a long time ago to termination routines and in cut/pasting around I'd managed to do the DIALOGUE END for the main window twice. (Duh!)
I guess its in system timing or maybe XP is better at recovering it by itself and not complaining.
George
Comment