FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour FiveWin and *.Manifest
Posts: 1772
Joined: Thu Sep 05, 2019 05:32 AM
FiveWin and *.Manifest
Posted: Mon Aug 01, 2022 05:23 AM
hi,

how does FiveWin use Manifest with *.RC File :-)

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

Jimmy

Continue the discussion