Code: Alles auswählen
buttons.pp(734,54) Error: Incompatible type for arg no. 1: Got "<class method type of function(Pointer;Pointer):LongInt of object;Register>", expected "<procedure variable type of function(Pointer;Pointer):LongInt;Register>"
Code: Alles auswählen
buttons.pp(734,54) Error: Incompatible type for arg no. 1: Got "<class method type of function(Pointer;Pointer):LongInt of object;Register>", expected "<procedure variable type of function(Pointer;Pointer):LongInt;Register>"
Code: Alles auswählen
type
TLiveSelection = (lsMoney, lsChilds, lsTime);
TLive = Array[0..1] of TLiveSelection;
Danke.Michl hat geschrieben:Wird gerade von Ondrej gefixt. Ist ein Bug in FPC und in FPC Trunk behoben.
Code: Alles auswählen
type
TLiveSelection = (lsMoney, lsChilds, lsTime);
TLive = Array[0..1] of TLiveSelection;
Code: Alles auswählen
type
TLiveSelection = (lsMoney, lsChilds, lsTime);
TLive = Array[0..1] of TLiveSelection;
Stimmt.Michl hat geschrieben:Sollte lt. Ondrej mit 57724 wieder gehen.