windows - Adding manifest information to a Visual C++ project -
i'm writing c++ program has run administrator. gather way arrange add note effect manifest file linked executable. how do this?
in c# can create manifest add new item, doesn't seem apply c++.
project properties/linker has section on manifests, seems discuss automatically generating manifest each time program compiled, rather generating manifest once can edited. however, though generate manifest has value of yes, no manifest file appears in project directory tree after build.
what missing?
- project -> properties
- linker -> manifest file
- uac execution level : requireadministrator
note: manifest embedded exe file itself, resource. don't need edit it.
Comments
Post a Comment