Page 1 of 1

FiveWin and *.Manifest

PostPosted: Mon Aug 01, 2022 5:23 am
by Jimmy
hi,

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

there are some *.RC which point to
Code: Select all  Expand view
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 view
 <application xmlns="urn:schemas-microsoft-com:asm.v3">
       <windowsSettings xmlns="http://schemas.microsoft.com/SMI/2005/WindowsSettings">
           <dpiAware>true</dpiAware>
       </windowsSettings>
  </application>