error after installing in Delphi 2009
Hello,
I installed today FR 4.109 on Delphi 2009 win32 and when I tried to compile an old project I get this error:
[Pascal Error] frxpngimage.pas(2767): E2064 Left side cannot be assigned to
Line: Byte(Dest^) := fOwner.GammaTable[pByte(Longint(Src) + 2)^]; inc(Dest);
also got some warning:
[Pascal Warning] frxpngimage.pas(1405): W1057 Implicit string cast from 'AnsiString' to 'string'
Line: ErrorOutput := AnsiString(StreamRec.msg);
Please advice
I installed today FR 4.109 on Delphi 2009 win32 and when I tried to compile an old project I get this error:
[Pascal Error] frxpngimage.pas(2767): E2064 Left side cannot be assigned to
Line: Byte(Dest^) := fOwner.GammaTable[pByte(Longint(Src) + 2)^]; inc(Dest);
also got some warning:
[Pascal Warning] frxpngimage.pas(1405): W1057 Implicit string cast from 'AnsiString' to 'string'
Line: ErrorOutput := AnsiString(StreamRec.msg);
Please advice
Comments
remember d2009 is a code breaking version of prior delphi code.