Open fuchanghao opened 8 years ago
While I compline with Release DLL Win32 it showed this error.
1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_parse 1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_filter 1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_clear
Confirm - forgote add new lbr_. files to MSVC project.
I fixed this in my fork real quick, for anybody wanting to compile the dll for eac3to (and not use MSYS2):
https://github.com/withmorten/dcadec/
While I compline with Release DLL Win32 it showed this error.
1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_parse 1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_filter 1>dca_context.obj : error LNK2001: 无法解析的外部符号 _lbr_clear