Console windows
- Posted by André Drummond <andre_drummond at bol.com.br> Sep 15, 2005
- 553 views
Hi folks, does anyone knows how do I eliminate the console window that appears after a crash in a (translated to C) euphoria program? I already try the above:
function VarDump(object param) free_console() ... some code ... void = message_box(... some code ...) return 0 end function crash_routine(routine_id("VarDump"))
As you can see I have a routine "VarDump" that is called when the program crashes. I use the "free_console()" command to wipe out the error message but, after pressing the Ok button, a console windows appears saying "Press Enter...". How do I eliminate it? Thanks, André Drummond