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

python - No exponential form of the z-axis in matplotlib-3D-plots -

php - Best Light server (Linux + Web server + Database) for Raspberry Pi -

c# - "Newtonsoft.Json.JsonSerializationException unable to find constructor to use for types" error when deserializing class -