CPB Mailing List
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Internal Code generator error
I had this a while ago, and found the offending piece of code hiding in plain sight:
I had changed
CoolButton->Left = X;
CoolButton->Top = Y;
to
CoolButton->SetBounds( CoolButton->Left = X, CoolButton->Top = Y, NewWidth, NewHeight );
Obviously I had cut and paste when I had made changes and had forgotten to take out the assignments
which led to an infinite loop in the parser. Look very carefully at your code, as it might not seem obvious.
L8tr
Neo Binedell
Games Developer
VWV Studios
W Komornicki's Home Page |
Main Index |
Thread Index