[lazarus] mwEdit issues
Shane Miller
SMiller1 at stvgb.org
Wed Oct 20 15:31:03 EDT 1999
I solved this issue by adding
{$H+} in the begginning of the file.
Why does this fix the issue?
Shane
>>> "Shane Miller" <SMiller1 at stvgb.org> 10/20/99 02:07PM >>>
Question.
In mwCustomEdit, in the class definition for TMWEditList, it defines a procedure (protected) called PUT that has an override declaration.
In Delphi, this compiles fine, but under Linux, I get:
Erro: There is no method in an ancestor class to be overridded: TMWEDITLIST.PUT
TMWEditList is derived from TStringList and TStringList does NOT contain a PUT method.
Why does it work in Delphi, but not in Linux. Why does it work in Delphi at all?
Shane
_________________________________________________________________
To unsubscribe: mail lazarus-request at miraclec.com with
"unsubscribe" as the Subject
archives at http://www.miraclec.com/list_archives/lazarus
More information about the Lazarus
mailing list