gpt4 book ai didi

c++ - 错误 Windows header 需要 winnt.h 上的默认打包选项

转载 作者:行者123 更新时间:2023-12-04 15:07:35 32 4
gpt4 key购买 nike

我有一个旧的 C++ 程序,我恢复了更新并在 Visual Studio 2019 中重新使用它。

当我尝试编译 winnt.h 时,出现错误:

Windows headers require the default packing option. Changing this can lead to memory corruption. This diagnosis can be disabled by building with WINDOWS_IGNORE_PACKING_MISMATCH defined

我看到了这个帖子 Static assertion failed with "Windows headers require the default packing option..."并且我已经将打包选项从 4bytes 更改为默认值(Project Settings > C/C++ > Code Generation > Struct Member Alignment(更改为默认值))。

我错过了什么?我该如何解决?

最佳答案

  1. 检查代码中是否使用了#pragma pack。如果使用#pragma pack,请不要在项目配置中设置Struct Member Alignment,否则会干扰其他代码的直接对齐。

  2. 检查您的项目平台设置是否与属性页设置一致。

image

image

关于c++ - 错误 Windows header 需要 winnt.h 上的默认打包选项,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65811562/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com