foo86 / dcadec

DTS Coherent Acoustics decoder with support for HD extensions
117 stars 40 forks source link

unable to compline with MSVC now. #57

Open fuchanghao opened 8 years ago

fuchanghao commented 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

Aleksoid1978 commented 8 years ago

Confirm - forgote add new lbr_. files to MSVC project.

withmorten commented 7 years ago

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/