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 ファイルをライブラリのリストに追加します (完全なパス (できれば相対パス) を使用するか、追加のライブラリ パスをプロジェクトのライブラリ パス リストに追加することを忘れないでください)。