1. supressing some error/trace data
- Posted by alanjohnoxley Sep 13, 2010
- 1071 views
Hello!
I am using Euphoria 4 svn r3378.
I've hit a snag, the error message says too many open files. What is the actual limit, is there a euphoria function to discover this?
AFAIK I have < 15 open user files, this should be acceptible.
There are lots of win32lib variables and values in the ex.err.... its there a easy way to suppress this, without editing win32lib ?
Similarly, when statement tracing, can I avoid putting lots of:
if my_debug_level > some_user_value then trace(1) else trace(0) end if
In front of every win32lib proc/function call?
It would be greate to have a global variable in win32lib like "win32lib_trace" that is tested at the start of all win32lib routines ;)
Regards,
Alan
2. Re: supressing some error/trace data
- Posted by alanjohnoxley Sep 13, 2010
- 1149 views
Hi again,
my snag was indeed a open file statement inside a loop ... been coding nonstop since 08:00 and its 22:20 here now.
Nevertheless, any suggestions on the supression questions ?
Regards,
Alan