作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在尝试在 Visual Studio 上为 ARM 架构构建 ffmpeg。我遇到以下链接器错误:
Error 58 error LNK2019: unresolved external symbol __imp__dclass referenced in function mov_read_tkhd avformat.lib(mov.o)
Error 59 error LNK2001: unresolved external symbol __imp__dclass avformat.lib(thp.o)
Error 60 error LNK2001: unresolved external symbol __imp__dclass avutil.lib(rational.o)
Error 61 error LNK2001: unresolved external symbol __imp__dclass avutil.lib(eval.o)
22D 00000000 UNDEF notype External | __imp__dclass
最佳答案
此特定问题是由于缺少 伊斯南 和 isinf FFMPEG 中的方法。引入 math.obj 和 float.obj 依赖项时出现问题。
关于visual-studio - LNK2019 : unresolved external symbol __imp__dclass,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28156491/
我正在尝试在 Visual Studio 上为 ARM 架构构建 ffmpeg。我遇到以下链接器错误: Error 58 error LNK2019: unresolved external s
我是一名优秀的程序员,十分优秀!