“error LNK2019: unresolved external symbol” error in Visual Studio 2010

后端 未结 3 2215
野的像风
野的像风 2020-12-11 09:40

I\'m trying to compile and run a C code that is using libsndfile library for sound files processing.

I have added the header file using this path:

3条回答
  •  甜味超标
    2020-12-11 10:29

    Missing to specify the folder directory of the library (.lib added to Additional Dependencies) VC++ Directories view
    Click on Library Directories, click the drop-down button on the right and choose
    and specify the directory it should work.

提交回复
热议问题