`
icelander
  • 浏览: 71524 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

ACE Strcpy 问题

阅读更多
编译过程中,程序出现错误

[C++ Error] asocketcomp.h(121): E2268 Call to undefined function '__strcpy__'


解决方法:

在strcpy前加上::

::strcpy( mBindIp, "" );

BTW:同事的编程功底还是很强的
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics