当前位置:   article > 正文

VS+QT+ACE_TAO+OpenDDS使用链接中出现的问题_opendds 链接库

opendds 链接库

使用VS2013+QT5.7新建一个OpenDDS项目,假设已经包含目录和链接库都已经配置好了,编译通过了,但是在链接的时候,还是出现了错误:

1>ReadData.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) public: long __cdecl ACE_Log_Msg::log(enum ACE_Log_Priority,char const *,...)" (__imp_?log@ACE_Log_Msg@@QAAJW4ACE_Log_Priority@@PBDZZ)
1>ReadData.obj : error LNK2001: 无法解析的外部符号 "__declspec(dllimport) public: long __cdecl ACE_Log_Msg::log(enum ACE_Log_Priority,char const *,...)" (__imp_?log@ACE_Log_Msg@@QAAJW4ACE_Log_Priority@@PBDZZ)
1>ReadData.obj : error LNK2001: 无法解析的外部符号 "protected: virtual void __thiscall ReadData::onReceive(struct TranslateData::TranslateJsonData const &)" (?onReceive@ReadData@@MAEXABUTranslateJsonData@TranslateData@@@Z)
1>ReadData.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall ACE_New_Allocator::protect(long,int)" (?protect@ACE_New_Allocator@@UAEHJH@Z)
1>ReadData.obj : error LNK2001: 无法解析的外部符号 "public: virtual int __thiscall ACE_New_Allocator::sync(long,int)" (?sync@ACE_New_Allocator@@UAEHJH@Z)
  • 1
  • 2
  • 3
  • 4
  • 5

再次仔细查看了一下,各种配置还是没有问题,后来一想,咱们这是Win32项目,结果发现在预处理定义里有64位的配置宏:

在这里插入图片描述

果断删除

WIN64

再次编译链接成功了!

aaa

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/IT小白/article/detail/81714
推荐阅读
相关标签
  

闽ICP备14008679号