Inquiry: Integrating libsndfile with Visual Studio 2010 C++. Error: libsndfile.dll not found

前端 未结 1 1868
别跟我提以往
别跟我提以往 2021-01-20 10:06

I am teaching myself how to read in wav files into C++ as a part of me learning C++. I have found many resources online that recommended the following library: libsnfile lib

1条回答
  •  借酒劲吻你
    2021-01-20 10:38

    I fixed the issue. For future readers, this is a very common problem, I think. I placed the .dll in the debug folder of my Visual Studio project. Visual Studio couldn't see the .dll file otherwise. After this, the program fired up as expected and ran. If this does not fix the issue for you, then I suggest something else could be going on.

    0 讨论(0)
提交回复
热议问题