我有一个为 Windows 7 和 8 开发的应用程序。使用 C++/CLI 在 VS2010 中开发。当尝试使用 Windows 应用程序认证工具包进行认证时,它会显示一条警告。
Binary analyzer
Warning: The binary analyzer test detected the following errors:
File C:\Program Files (x86)\MyApp\msvcr100.dll has failed the ExecutableImportsCheck check.
File C:\Program Files (x86)\MyApp\msvcp100.dll has failed the ExecutableImportsCheck check.
Impact if not fixed: If the app doesn’t use the available Windows protections, it can increase the vulnerability of the customer's computer to malware.
How to fix: Apply the SAFESEH, DYNAMICBASE, and NXCOMPAT options when you link the app.
如何从我的应用程序中避免此警告。