Duilib 打包资源文件到exe

  • 压缩文件
  • 添加资源文件
virtual LPCTSTR GetResourceID() const
{
    return MAKEINTRESOURCE(资源ID);
};
virtual UILIB_RESOURCETYPE GetResourceType() const
{
    return UILIB_ZIPRESOURCE;
};

你可能感兴趣的:(c++)