error LNK2019: 无法解析的外部符号 “__declspec(dllimport) public: int __thiscall QString::toWCharArray(wchar_t

问题:在win10上利用cmake和vs2010编译poppler-0.42.0\qt4报错,报错如下:

2>poppler-document.obj : error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: int __thiscall QString::toWCharArray(wchar_t *)const " (__imp_?toWCharArray@QString@@QBEHPA_W@Z),该符号在函数 "public: __thiscall Poppler::DocumentData::DocumentData(class QString const &,class GooString *,class GooString *)" (??0DocumentData@Poppler@@QAE@ABVQString@@PAVGooString@@1@Z) 中被引用

原因:Qt库本身编译时用的 /Zc:wchar_t- ,如果你的程序编译时采用 /Zc:wchar_t  会导致编译器对函数名进行改编时的规则不同
不管哪一个,一致就好。

解决:项目 - 属性 - C/C++ - 语言,将wchar_t视为内置类型, 改成与Qt库一致

参考:http://www.qtcn.org/bbs/read-htm-tid-30828.html

https://www.cnblogs.com/hermit/p/3596585.html

  • 0
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值