[lazarus] New Win32 compile problems
Marc Weustink
marc at dommelstein.net
Tue Jan 1 19:03:41 EST 2002
At 02:59 01-01-02 -0500, Keith Bowes wrote:
>* I also get this error: propedits.pp(1252,15) Error: Method (variable) and
>Procedure (variable) are not compatible.
>I don't know how to fix this one but if I comment that line out it
>compiles, so this is the last error.
I committed a workaround for it.
Changed:
GetValues(TGetStrProc(AddValue));
Into:
GetValues(TGetStrProc((@AddValue)^));
Marc
More information about the Lazarus
mailing list