On running PlanDemo,exe I get error
[dcc32 Error] planner.pas(12992): E2003 Undeclared identifier: 'GetDPIScale'
This is on line 12992 in planner.pas
FDPIScale := GetDPIScale(Self, Canvas);
What is the issue?
Dave Craggs
On running PlanDemo,exe I get error
[dcc32 Error] planner.pas(12992): E2003 Undeclared identifier: 'GetDPIScale'
FDPIScale := GetDPIScale(Self, Canvas);
Also PlanDemo2 (and some others) use component TTable which is no longer available.
Ideally the projects naming appropriately and put into a group project.
Yes - I already worked that out. There was one the the demo directory for some reason.
That is a good suggestion indeed!