1. 2.5 eu.ex and call_backs
- Posted by Matt Lewis <matthewwalkerlewis at yahoo.com> Nov 17, 2004
- 476 views
The euphoria coded interpreter has a fixed limit of call backs. I've found that EuGrid blows this away (when used by my Euphoria Database Browser, anyway). I'm not sure about a good solution to this, other than to raise the limit. The problem is that you can't set up a single function to handle multiple callbacks, because you have no way of knowing which is being called, unless you resort to some asm to take the actual callback, and pass that on to eu.ex, plus a pointer to identify the real call back routine. Matt Lewis