Visual studio 2010, PortAudio DLL compile and linking issues, C++
问题 Hi stack overflow users. Error description: For a mini project I have decided to use the portaudio library (I use Windows 7 64-bit and C++): http://portaudio.com/ Before even using the library I had to build a .DLL file in another Visual Studio Project and then link the output to my own visual studio 2010 project (32-bit). I tried to use this simple piece of code: #include <iostream> #include <portaudio.h> using namespace std; void main() { cout << "Hello World!" << endl; cout << "Welcome to