link error 1243:无效或损坏的文件:comdat节与以次的section关联
link error 1243:无效或损坏的文件:comdat节与以下的section关联
有没有人遇到过这种链接错误,我是使用VS的链接命令link时报出的链接错误,求解惑。。。。
------解决思路----------------------
invalid or corrupt file: COMDAT section 'section number' associated with following section 'section number'
不合规 或 坏的 文件:COMDAT 节的'节码'关联 后续 节的'节码'
The linker has detected a corrupt .obj file. A section must be associated with another section that precedes it.
链接器 已经 检测出 一个 坏的 .obj文件.一个节 必须 关联 另一个 节(在之前)
《Windows PE权威指南》
请重建所有。
有没有人遇到过这种链接错误,我是使用VS的链接命令link时报出的链接错误,求解惑。。。。
------解决思路----------------------
invalid or corrupt file: COMDAT section 'section number' associated with following section 'section number'
不合规 或 坏的 文件:COMDAT 节的'节码'关联 后续 节的'节码'
The linker has detected a corrupt .obj file. A section must be associated with another section that precedes it.
链接器 已经 检测出 一个 坏的 .obj文件.一个节 必须 关联 另一个 节(在之前)
《Windows PE权威指南》
请重建所有。