简体   繁体   中英

Manifest of a native C++ application?

I can't claim that I am an expert in what a.Net Assembly Manifest is, but I think I have a more or less consistent understanding of it. However the fact that when compiling my native C++ application MSVC is Embedding Manifest... doesn't fit in my understanding. What do manifests have to do with native C++ applications? Thank.

Manifests are additional metadata attached to the executable (either embedded into resources, or distributed standalone as.manifest files) — they're used for things like side-by-side assemblies, or UAC compatibility settings. Take a look at manifest file reference on MSDN.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM