- UID
- 7785
- 积分
- 53
- 精华
- 贡献
-
- 威望
-
- 活跃度
-
- D豆
-
- 在线时间
- 小时
- 注册时间
- 2002-7-20
- 最后登录
- 1970-1-1
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
×
用MC++ 6.00 编译ARX 程序,使用了class 类,编译出错如下:
请问何故? 如何解决?急!谢谢!
Linking...
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _malloc already defined in rxheap.lib(heaplibc.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _free already defined in rxheap.lib(heaplibc.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _calloc already defined in rxheap.lib(heaplibc.obj)
MSVCRT.lib(MSVCRT.dll) : error LNK2005: _realloc already defined in rxheap.lib(heaplibc.obj)
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _malloc already defined in rxheap.lib(heaplibc.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _free already defined in rxheap.lib(heaplibc.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _calloc already defined in rxheap.lib(heaplibc.obj); second definition ignored
MSVCRT.lib(MSVCRT.dll) : warning LNK4006: _realloc already defined in rxheap.lib(heaplibc.obj); second definition ignored
Creating library Debug/bstbsa.lib and object Debug/bstbsa.exp
./bstbsa.arx : fatal error LNK1169: one or more multiply defined symbols found
Error executing link.exe.
bstbsa.arx - 5 error(s), 11 warning(s) |
|