Home > Back-end >  VS2015 compile making project appear error LNK2019 error, consult how to solve?
VS2015 compile making project appear error LNK2019 error, consult how to solve?

Time:09-21

Hi,
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 included

CodePudding user response:

reference 1st floor CHXCHXKKK response:
no corresponding header files included


Hello, I have been in accordance with the method of online, set up libdcadec. The location of the lib, but still not, consult how to head files included?
  • Related