Visual studio 2010, PortAudio DLL compile and linking issues, C++

試著忘記壹切 提交于 2019-12-04 21:48:27

The compiler fails to find the portaudio.h header file. As per the last screenshot, in Additional Include Directories, you need to point to the directory where the <portaudio.h> file is, not where the binaries (.lib, .dll) are. The path to the .lib file needs to either be specified explicitly (as in the next to the last screenshot, not just portaudio.lib but the full path) or set in the VC++ Directories property page, which is also the preferred place to set your include directories.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!