解决办法:
C/C++ | General | Debug Information format | C7 Compatible (/Z7)
C/C++ | Code Generation | Enable String Pooling | Yes (/GF)
Linker |Debuging |General Debug Info | Yes (/DEBUG)
本文介绍如何配置 C/C++ 编译器以启用调试信息格式为 C7 兼容,并开启字符串池化功能。同时,还介绍了如何设置连接器以生成通用调试信息。
解决办法:
C/C++ | General | Debug Information format | C7 Compatible (/Z7)
C/C++ | Code Generation | Enable String Pooling | Yes (/GF)
Linker |Debuging |General Debug Info | Yes (/DEBUG)

被折叠的 条评论
为什么被折叠?