Re: Error Messages Question (DOS BOX)
- Posted by Vincent <darkvincentdude at yahoo.com> Nov 24, 2005
- 412 views
C Bouzy wrote: > > Hello Robert, > > I am using crash_file(), crash_message(), and crash_routine(), but they do > not eliminated the DOS box. I want to get rid of the box all together. So if > > my app crashes(which it shouldn't) I can call crash_routine() and use my own > > window with custom error messages. I got all of that to work fine, but the > DOS box appears with my custom window. So basically what I am asking is can > > I turn the DOS box off completely? > > ---Chris > > >Using crash_file(), crash_message(), and crash_routine() (new in 2.5) > >I think you should be able to do what you want. > > > >Regards, > > Rob Craig > > Rapid Deployment Software > > <a href="http://www.RapidEuphoria.com">http://www.RapidEuphoria.com</a> > > > > Did you try free_console()? Regards, Vincent