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.
Netbeans IDE で mingw-w64 と opencv 64 ビット dll を使用して 64 ビット アプリケーションをビルドする方法。「mingw w64」を正常にインストールし、64 ビットの単純な C++ exe を正常に生成しました。
対応する 64 ビット dll を PATH および NetBeans フォルダーに含めることで、単純な opencv 64 ビット アプリケーションを作成しようとしましたが、常に次のようなエラーが発生します。
その関数/メソッドを宣言するインポート ライブラリにリンクしていることを意味しますが、ランタイム ライブラリにはそれがありません。