Home > Software engineering >  What's the matters needing attention, the DLL using the manifest
What's the matters needing attention, the DLL using the manifest

Time:10-09

In order to use on win10 GetVersionEx () to obtain the correct OS version information, according to the MSDN, added the manifest,

GetVersionEx () is written in the DLL, if only add the manifest in the DLL, the result is not correct,
If only the manifest is added in the call this DLL exe, can,

Only in the compiled exe added before the manifest, the DLL can not add the manifest, or compared to the exe, need special corresponding?

/(ㄒ o ㄒ)/~ ~

CodePudding user response:

all use win10 ah

CodePudding user response:

DLL is not necessary to add the manifest
  • Related