what mean?how to resolve it?

ppzhao 2001-04-02 10:53:00
error L2002:fixup overflow at 16 segment _TEXT
target external '_free'
...全文
108 4 打赏 收藏 转发到动态 举报
写回复
用AI写文章
4 条回复
切换为时间正序
请发表友善的回复…
发表回复
aan2000 2001-04-03
  • 打赏
  • 举报
回复
L2002: fixup overflow at <addr> in segment <seg>


Normally, you should NOT link programs that contain different memory models. All modules should be compiled using the same memory model. (You can use the "near" and "far" keywords to produce mixed-model programs, but this is tricky and usually doesn't give much performance gain.)

MSDN的解释。
njbfy 2001-04-03
  • 打赏
  • 举报
回复
你把编译模式改为大模式或巨模式试试。
holyfire 2001-04-03
  • 打赏
  • 举报
回复
将编译的模式改成Large即可
Options->Compiler->Code feneration
钩选Large
brucegong 2001-04-03
  • 打赏
  • 举报
回复




看一下你的源代码看看


69,364

社区成员

发帖
与我相关
我的任务
社区描述
C语言相关问题讨论
社区管理员
  • C语言
  • 花神庙码农
  • 架构师李肯
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧