Re: Can't create error message file: ex.err

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

> I have no information about it, since there is no "ex.err" file, and
> Euphoria also doesn't tell me something about it in the console window.

You could always direct your ex.err files to a common location.

constant APPDATA = getenv( "APPDATA" )

if sequence( APPDATA ) then
    crash_file( APPDATA & "\\ex.err" )
    crash_message( "Please see \"" & APPDATA & "\\ex.err\" for more
information." )
end if


~Greg

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

Search



Quick Links

User menu

Not signed in.

Misc Menu