Thanx for that info,
we have 12 cases like that one (but only two CGPPC-error-messages)
We will not change our project right now, but i will try this in an
example-project.
Did you attach that info to the feedback? Or shall I do this?
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...
--
André
_______________________________________________
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>