I try to comile TeeQR710 on Delphi6. I have to change the source to compile it. (It works on Delphi2006).
unit QrTee;
TQRDBChart=class
Delphi2006
property Pages;
Delphi6 changed to this and it compiles
property Page;
TeeQR710 dosent compile on Delphi 6
It was some old dcu files that made the problem
It was some old dcu files that made the problem