Manifest being ignored in mingw app

一笑奈何 提交于 2019-12-04 10:11:22

Solved: I was missing this line from the resource file:

#include "winuser.h"

Without it, you don't get any diagnostics or indication that it hasn't worked; you just don't get a manifest. Sigh.

I figured this out using the manifest extraction tool here: http://weblogs.asp.net/kennykerr/archive/2007/07/10/manifest-view-1-0.aspx

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!