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

后端 未结 3 2208
野的像风
野的像风 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:27

    I had a similar issue and the problem was mixing a x64 lib and a win32 project.

提交回复
热议问题