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>