FiveWin and *.Manifest

Post Reply
User avatar
Jimmy
Posts: 1740
Joined: Thu Sep 05, 2019 5:32 am
Location: Hamburg, Germany
Has thanked: 2 times

FiveWin and *.Manifest

Post by Jimmy »

hi,

how does FiveWin use Manifest with *.RC File :?:

there are some *.RC which point to

Code: Select all | Expand

1 24 "WinXP/WindowsXP.Manifest64"

but there is no File *.Manifest64 :(

---

i "think" my FiveWin App is not DPIaware

this is need in *.Manifest to be DPIaware

Code: Select all | Expand

 <application xmlns="urn:schemas-microsoft-com:asm.v3">
       <windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
           <dpiAware>true</dpiAware>
       </windowsSettings>
  </application>
greeting,
Jimmy
Post Reply