Console windows

new topic     » topic index » view thread      » older message » newer message

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

new topic     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu