dcadec icon indicating copy to clipboard operation
dcadec copied to clipboard

unable to compline with MSVC now.

Open fuchanghao opened this issue 8 years ago • 2 comments

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

fuchanghao avatar Apr 18 '16 23:04 fuchanghao

Confirm - forgote add new lbr__._ files to MSVC project.

Aleksoid1978 avatar Apr 21 '16 08:04 Aleksoid1978

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/

withmorten avatar Mar 02 '17 00:03 withmorten