Re: no ex.err??
- Posted by Robert Craig <rds at RAPIDEUPHORIA.COM> Jan 22, 2001
- 460 views
Kat writes: > Robert...what does this mean: > > Can't create error message file: ex.err Euphoria wants to report an error. It's trying to open a file called "ex.err" for writing. It can't do it for some reason - disk full, file locked, read-only floppy, etc. You might try rebooting to clear any locks from previous crashed programs. Normally ex.err will be opened in the current directory. Using crash_file("pathname") you can have it opened in some other place on your machine. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com