Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#5123

Looks like MinGW supports them in resource files. Not sure about standalone ones but referencing them in the resource file with

#include "winuser.h" // required for RT_MANIFEST constant
CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST "application.manifest"

should be fine. Not sure which method I prefer but it looks like it’ll work regardless for cross-compiling. Not sure if we’ll want anything else in the manifest. Maybe the runtime version since we’re using the newest? On Linux, that’s handled by the package manager settings file

Still need to research InitCommonControlsEx(const INITCOMMONCONTROLSEX *picce) and figure out how that works