Add application manifest to a win32 application in eclipse

前端 未结 1 1881
隐瞒了意图╮
隐瞒了意图╮ 2021-01-14 12:56

How do I add an application manifest to a Win32 application being developed in Eclipse ? I want to add a manifest in order to use version 6 of Comctl32.dll whi

相关标签:
1条回答
  • 2021-01-14 13:10

    To answer my own question: Add CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "YourApp.exe.manifest" to the .rc file before you compile it with MinGW resource compiler, windres

    0 讨论(0)
提交回复
热议问题