Now we tried a test-app, but cannot reproduce the error.
Is there any "special" code in the removed block?
Am 20.04.2006 um 14:17 schrieb Andre Tracksdorf:
i found today the cause of this problem in our project:
It was not a too long method or line continuations in source code, but
a nested if-statement as follows:
for each...
if (...) then
if (...) then
select case ...
case ...
case ...
case ...
case ...
if (...) then <<<< THIS BLOCK CAUSES THE ASSERTION 1815
end if
end select
end if
end if
next
The entire method has 123 lines. After 'outsourcing' the mentioned
if-block in a extenal method the problem was solved!
Perhaps helps you...
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>