mp3タグを編集できるプログラムをコーディングしようとしています。そして今、私は問題を抱えています。つまり、コンパイルすると常にエラーが発生します。エラーはリンカーエラーです。エラーの説明は次のとおりです。
error LNK2019: unresolved external symbol "__declspec(dllimport) public: __thiscall ID3_Tag::ID3_Tag(char const *)" (__imp_??0ID3_Tag@@QAE@PBD@Z) referenced in function _wmain
error LNK2019: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall ID3_Tag::~ID3_Tag(void)" (__imp_??1ID3_Tag@@UAE@XZ) referenced in function _wmain
誰かがどのようにまたは何をすべきか知っていますか?