提问人:steve89 提问时间:1/28/2023 更新时间:1/28/2023 访问量:41
在 Microsoft Visual Studio 中使用 libxml2 进行编译时LNK2019无法解析的外部符号
LNK2019 unresolved external symbols when compiling using libxml2 in microsoft visual studio
问:
使用 cscript 构建了 libxml2,在 Properties->C/C++->Additional include 目录中添加了包含路径,在 Properties->linker->Additional dependencies 中添加了 libxml2_a.lib 的路径。
如果 libxml2 静态链接到我的代码,是否有任何宏定义要添加?
答: 暂无答案
评论