At 4:56 PM +0200 3/30/07, Bastian Bense wrote:
>Just a thought, but is it possible that the RB compiler causes
>problems on really long methods? The suspicious one here is around
>1240 lines, so I wonder if that might be the cause (if I comment out
>some of the code, it seems to work fine).

RB has a couple of problems with very long methods. If your method 
uses complex logical statements, lots of local varables or is simply 
too big, you may get a compile time message saying that the method 
uses too much stack space.

There's another issue on Windows and Mac Intel where runtime 
exception handlers don't get called if the method is too big. Does 
your big method cause any exceptions that you try to handle locally? 
That would be a problem in many recent versions up to and including 
2007r1.

Regards,
Joe Huber
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to