2009/9/30 Paul Ishenin <[email protected]>: > > Expression evaluation is not implement by lazarus yet. SizeOf(something) is > an expression (moreover a function call).
Expression evaluation seems to work sometimes, but most of the times not. Example: pTOCEntry^.Length 1) if I mouse over "Length" I get out of scope error 2) If I select pTOCEntry^.Length and then mouse over selection I get a answer, same as what is shown in the Watch window. As for the expression SizeOf(...) being a function call... that is allowed in Delphi and Kylix. Regards, - Graeme - _______________________________________________ fpGUI - a cross-platform Free Pascal GUI toolkit http://opensoft.homeip.net/fpgui/ -- _______________________________________________ Lazarus mailing list [email protected] http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
