PlanDemo

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

Also PlanDemo2 (and some others) use component TTable which is no longer available.

Ideally the projects naming appropriately and put into a group project.


I am doing this myself, but I guess this will be undone next time I do an updates.

Dave
  1. I suspect you still have an old version  of AdvStyleIF.pas around on your system. Please search your hard disk and make sure to remove old versions.
    2) TTable was removed when Embarcadero removed BDE support in newer Delphi versions. We left the demos in for now as these can still be used from older Delphi versions
    3) Demos with info on what they do are listed at: https://www.tmssoftware.com/site/planner.asp

    Bruno Fierens2019-07-17 12:15:51

Yes - I already worked that out. There was one the the demo directory for some reason.


Group Projects would still be useful.

That is a good suggestion indeed!