How can I make Windows 8.1 aware that my Delphi application wants to support Per Monitor DPI?
问题 I have tried to make Windows 8.1 recognize a Delphi XE6 application (a demo program) that I have been trying to build, and have it recognize my application is Per-Monitor DPI aware, purely by the Manifest technique. Delphi XE6 (and all other similarly up to date versions of Delphi) make adding a manifest easy to do, inside Project Options, and I have done so. This is the .manifest content I have determined using MSDN resources. I suspect it could be slightly incorrect. If you want to try this