1. Error Messages Question (DOS BOX)
- Posted by "C Bouzy" <eucoder at hotmail.com>
Nov 23, 2005
-
Last edited Nov 24, 2005
Hello All,
I was wondering if there is a way to completely disable the DOS box when an=
error occurs. I know we can display custom error messages and disabling the=
ex.err output, but I want to replace the DOS box with a custom windows
message. Is this possible?
---Chris
Security. http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
2. Re: Error Messages Question (DOS BOX)
C Bouzy wrote:
> I was wondering if there is a way to completely disable the DOS box when an=
>
> error occurs. I know we can display custom error messages and disabling the=
>
> ex.err output, but I want to replace the DOS box with a custom windows
> message. Is this possible?
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
http://www.RapidEuphoria.com
3. Re: Error Messages Question (DOS BOX)
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
> http://www.RapidEuphoria.com
>
>
>
>
4. Re: Error Messages Question (DOS BOX)
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
5. Re: Error Messages Question (DOS BOX)
Hi Vincent,
I use free_console() in my custom crash routine, but you can still see the
box for a brief second. I was trying to find a way so you do not see the box
at all. I do not think it can be disabled.
>
>Did you try free_console()?
>
>Regards,
>Vincent
>