|
如题,在纯osg中没问题的方法,用L 或者wchar,拿到这个Qt + OSG 的工程就不行了,提示错误- error LNK2019: 无法解析的外部符号 "__declspec(dllimport) public: void __thiscall osgText::TextBase::setText(unsigned short const *)" (__imp_?setText@TextBase@osgText@@QAEXPBG@Z),该符号在函数 "public: void __thiscall myManipulator::listtext(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &)" (?listtext@myManipulator@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) 中被引用
- 1>C:\Users\DELL\Desktop\Theatre\Win32\Debug\\Theatre.exe : fatal error LNK1120: 1 个无法解析的外部命令
复制代码 |
|