GimiGimmy 2021-02-01 09:51 采纳率: 100%
浏览 392
已结题

error LNK2019: 无法解析的外部符号

1>------ 已启动生成: 项目: TKService, 配置: Debug x64 ------
1>  正在创建库 ..\..\..\win64\vc14\libd\TKService.lib 和对象 ..\..\..\win64\vc14\libd\TKService.exp
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_New_Face,该符号在函数 "public: bool __cdecl Font_FTFont::Init(class opencascade::handle<class NCollection_Buffer> const &,class TCollection_AsciiString const &,struct Font_FTFontParams const &,int)" (?Init@Font_FTFont@@QEAA_NAEBV?$handle@VNCollection_Buffer@@@opencascade@@AEBVTCollection_AsciiString@@AEBUFont_FTFontParams@@H@Z) 中被引用
1>Font_FontMgr.obj : error LNK2001: 无法解析的外部符号 __imp_vtk_freetype_FT_New_Face
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_New_Memory_Face,该符号在函数 "public: bool __cdecl Font_FTFont::Init(class opencascade::handle<class NCollection_Buffer> const &,class TCollection_AsciiString const &,struct Font_FTFontParams const &,int)" (?Init@Font_FTFont@@QEAA_NAEBV?$handle@VNCollection_Buffer@@@opencascade@@AEBVTCollection_AsciiString@@AEBUFont_FTFontParams@@H@Z) 中被引用
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Done_Face,该符号在函数 "public: virtual void __cdecl Font_FTFont::Release(void)" (?Release@Font_FTFont@@UEAAXXZ) 中被引用
1>Font_FontMgr.obj : error LNK2001: 无法解析的外部符号 __imp_vtk_freetype_FT_Done_Face
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Set_Char_Size,该符号在函数 "public: bool __cdecl Font_FTFont::Init(class opencascade::handle<class NCollection_Buffer> const &,class TCollection_AsciiString const &,struct Font_FTFontParams const &,int)" (?Init@Font_FTFont@@QEAA_NAEBV?$handle@VNCollection_Buffer@@@opencascade@@AEBVTCollection_AsciiString@@AEBUFont_FTFontParams@@H@Z) 中被引用
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Load_Char,该符号在函数 "public: bool __cdecl Font_FTFont::RenderGlyph(char32_t)" (?RenderGlyph@Font_FTFont@@QEAA_N_U@Z) 中被引用
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Set_Transform,该符号在函数 "public: bool __cdecl Font_FTFont::Init(class opencascade::handle<class NCollection_Buffer> const &,class TCollection_AsciiString const &,struct Font_FTFontParams const &,int)" (?Init@Font_FTFont@@QEAA_NAEBV?$handle@VNCollection_Buffer@@@opencascade@@AEBVTCollection_AsciiString@@AEBUFont_FTFontParams@@H@Z) 中被引用
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Get_Kerning,该符号在函数 "protected: bool __cdecl Font_FTFont::getKerning(struct FT_Vector_ &,char32_t,char32_t)const " (?getKerning@Font_FTFont@@IEBA_NAEAUFT_Vector_@@_U1@Z) 中被引用
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Select_Charmap,该符号在函数 "public: bool __cdecl Font_FTFont::Init(class opencascade::handle<class NCollection_Buffer> const &,class TCollection_AsciiString const &,struct Font_FTFontParams const &,int)" (?Init@Font_FTFont@@QEAA_NAEBV?$handle@VNCollection_Buffer@@@opencascade@@AEBVTCollection_AsciiString@@AEBUFont_FTFontParams@@H@Z) 中被引用
1>Font_FontMgr.obj : error LNK2001: 无法解析的外部符号 __imp_vtk_freetype_FT_Select_Charmap
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Get_Char_Index,该符号在函数 "public: bool __cdecl Font_FTFont::HasSymbol(char32_t)const " (?HasSymbol@Font_FTFont@@QEBA_N_U@Z) 中被引用
1>Font_FTFont.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_MulFix,该符号在函数 "public: bool __cdecl Font_FTFont::Init(class opencascade::handle<class NCollection_Buffer> const &,class TCollection_AsciiString const &,struct Font_FTFontParams const &,int)" (?Init@Font_FTFont@@QEAA_NAEBV?$handle@VNCollection_Buffer@@@opencascade@@AEBVTCollection_AsciiString@@AEBUFont_FTFontParams@@H@Z) 中被引用
1>Font_FTLibrary.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Init_FreeType,该符号在函数 "public: __cdecl Font_FTLibrary::Font_FTLibrary(void)" (??0Font_FTLibrary@@QEAA@XZ) 中被引用
1>Font_FTLibrary.obj : error LNK2019: 无法解析的外部符号 __imp_vtk_freetype_FT_Done_FreeType,该符号在函数 "public: virtual __cdecl Font_FTLibrary::~Font_FTLibrary(void)" (??1Font_FTLibrary@@UEAA@XZ) 中被引用
1>.\..\..\..\win64\vc14\bind\TKService.dll : fatal error LNK1120: 12 个无法解析的外部命令
1>已完成生成项目“TKService.vcxproj”的操作 - 失败。

  • 写回答

1条回答 默认 最新

  • CSDN-Ada助手 CSDN-AI 官方账号 2022-09-07 17:38
    关注
    不知道你这个问题是否已经解决, 如果还没有解决的话:

    如果你已经解决了该问题, 非常希望你能够分享一下解决方案, 以帮助更多的人 ^-^
    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

问题事件

  • 系统已结题 9月15日
  • 已采纳回答 9月7日

悬赏问题

  • ¥15 C++使用Gunplot
  • ¥15 这个电路是如何实现路灯控制器的,原理是什么,怎么求解灯亮起后熄灭的时间如图?
  • ¥15 matlab数字图像处理频率域滤波
  • ¥15 在abaqus做了二维正交切削模型,给刀具添加了超声振动条件后输出切削力为什么比普通切削增大这么多
  • ¥15 ELGamal和paillier计算效率谁快?
  • ¥15 file converter 转换格式失败 报错 Error marking filters as finished,如何解决?
  • ¥15 Arcgis相交分析无法绘制一个或多个图形
  • ¥15 关于#r语言#的问题:差异分析前数据准备,报错Error in data[, sampleName1] : subscript out of bounds请问怎么解决呀以下是全部代码:
  • ¥15 seatunnel-web使用SQL组件时候后台报错,无法找到表格
  • ¥15 fpga自动售货机数码管(相关搜索:数字时钟)