I found a dcadec decoding on making library, want to test the DTS decoding in win10 system function:
https://github.com/foo86/dcadec
I use VS2015 compiled, always appear error LNK2019 error, as follows:
2> -- -- -- -- -- - has started to generate: project: dcadec, configuration: Debug x64 -- -- -- -- -- --
2> Dcadec. C
2> Libdcadec. Lib (dca_context. Obj) : error LNK2019: cannot resolve lbr_parse external symbols, the symbol referenced in the function dcadec_context_parse
2> Libdcadec. Lib (dca_context. Obj) : error LNK2019: cannot resolve lbr_filter external symbols, the symbol referenced in the function filter_lbr_frame
2> Libdcadec. Lib (dca_context. Obj) : error LNK2019: cannot resolve lbr_clear external symbols, the symbol referenced in the function dcadec_context_clear
2> C: \ dcadec - master \ MSVC \ x64 \ Debug \ dcadec exe: fatal error LNK1120: three cannot resolve the external command
==========: success, failure, latest 0, 0 skip==========
I'm looking for the error in CSDN LNK2019 solution, adding the lib library methods cannot solve, I ask how to solve the error LNK2019 error, can be successfully compiled? thank you
CodePudding user response:
There is no corresponding header file is includedCodePudding user response: