supressing some error/trace data

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

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

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

Search



Quick Links

User menu

Not signed in.

Misc Menu