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?

  1. project -> properties
  2. linker -> manifest file
  3. uac execution level : requireadministrator

enter image description here

note: manifest embedded exe file itself, resource. don't need edit it.


Comments

Popular posts from this blog

java - HTTP Status 500 - An exception occurred processing JSP page /second.jsp at line 15 -

php - Using str_replace to translate a MySQL Table in html -

asp.net mvc - Cannot display error message on Editor or EditorFor -