Visual C++ 6.0 Workspace & makefiles for PortAudio (Static Libraries). 2 configurations, one using DirectSound (DS) and one using WMME. Libraries are output to the Lib folder. Mon, 16 Apr 2001 Hi, I just downloaded PortAudio and wanted to check it out. So, I had to build it, and I created these projects & makefiles. The zip file should be extracted to the PA folder, in a new folder (like WinVC or something). After the extraction, there should be a new folder where the 'docs', 'pa_common' etc. are, and inside it there should be 'Lib', 'PAStaticDS', etc. Warning: When linking with PortAudio library, make sure you're using the same run-time library you used when you built PortAudio. For example, if your MFC app is using the Debug Multithreaded DLL), you must build PortAudio with that version of the run-time library, otherwise the linker will warn you (LNK4098) and your program may crash (GPF). To change the rtl, goto Project->Settings->C/C++, and change the selection of the "Use run-time library:" combobox. Remember to do it for all of your project's configurations. I'm sending these files so you can include them in PortAudio or make them available otherwise, to help VC++ users. Thank you for creating this library, hope you continue working on it. Pavlos Touboulidis "gtoub at otenet dot gr"