Re: ex.err not being created
- Posted by "Greg Haberek" <g.haberek at comcast.net> Dec 16, 2003
- 479 views
> After trying to RUN a file from within MEditor and having an error detected, an alert pops up "unable to > open file: <source-dir>\ex.err". A search of the drive indicates there is no ex.err file to be found, except > for a couple of instances in the Demos directory. The program run correctly from a DOS prompt. Is > this an MEditor problem or a Euphoria problem being fed through MEditor? Sometimes a program will quit using abort(x). If x is anything other than 0, it is seen as an error. However, callling abort(x) will not generate an ex.err file. If this is a program you wrote, check this first. Try using an old Win32Lib trick by calling abort(1/0) causing a div. by zero and there by generating an ex.err file. > Also, the mailing list search tool on the web site desperately needs Boolean capability. Searching for > "unable to open file ex.err" brings up every entry with any one of the search words in it, which is nearly > every entry in the database. This is not acceptible. There is no Boolean instruction to search for an > exact phrase. Please, whoever wrote the search routine, consider adding a more advanced search strategy. I believe Robert Craig himself wrote the search engine. I believe someone on the list was working on a new version, but I haven't heard anything in a while, maybe that was for the Archive search.