Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将在 Windows 中编写 Qt3D 应用程序。我还安装了必要的工具,但编译后我收到“未解析的外部符号”错误。解决办法是什么?
注意:我的编译器是 microsoft visual c++ 9.0
您是否正在链接 Qt3D 库?如果你不这样做 - 这就是你的问题的原因。打开您的项目并将必要的 .lib 文件添加到库列表中(不要忘记使用完整的,最好是相对路径,或者将其他库路径添加到项目的库路径列表中)