pikmina
pikmina
About
- Username
- pikmina
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
I found the problem in FASTSCRIPT in this function: function AssignCompatible(Var1, Var2: TfsCustomVariable; Script: TfsScript): Boolean; var t1, t2: TfsTypeRec; begin t1.Typ := Var1.Typ; t1.TypeName := Var1.TypeName; t2.Typ := Var2.Typ; t…
-
Also I have changed ALL TYPES TO EXTENDED and I have the error INCOMPATIBILITY EXTENDED EXTENDED Seems that extended in fastscript and extended in delphi XE2 are not the same !!!!