Page 1 of 1
Error Handling

Posted:
Jul 30, 2004 @ 10:16pm
by mlepage
I wrote some code using FatalAppExit, but it doesn't seem to be available when compiling in eVC3/4.
Is there an equivalent I should be using? What function is best for displaying an error message to the user and exiting the application?

Posted:
Jul 31, 2004 @ 9:58pm
by mlepage

Posted:
Jul 31, 2004 @ 11:42pm
by mm40

Posted:
Aug 1, 2004 @ 9:38pm
by mlepage

Posted:
Aug 2, 2004 @ 12:17am
by fzammetti

Posted:
Aug 2, 2004 @ 3:07am
by rcp

Posted:
Aug 2, 2004 @ 3:50am
by mlepage
Yes I set the first MessageBox parameter to NULL.
Unfortunately, fatal exits are sometimes unavoidable. At least I'm doing error checking and not just crashing.

Posted:
Aug 2, 2004 @ 10:07pm
by mlepage

Posted:
Aug 2, 2004 @ 10:39pm
by fzammetti
Where exactly are you trying this? I just threw a MessageBox in as the first statement of ExitInstance, and it shows up there. Is that what your trying?

Posted:
Aug 3, 2004 @ 12:17am
by mlepage

Posted:
Aug 3, 2004 @ 12:58am
by fzammetti

Posted:
Aug 3, 2004 @ 1:19am
by mlepage

Posted:
Aug 3, 2004 @ 2:45am
by fzammetti