我正在尝试编写一个可以编辑 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
有谁知道怎么做或怎么做??