Search found 1 match

by quadamage
Tue Jan 15, 2008 1:15 pm
Forum: Compiling Audacity
Topic: Use PortMixer with PortAudio
Replies: 1
Views: 4845

Use PortMixer with PortAudio

Hello, I have been developing a sound recording software which uses PortAudio Library. When I added the "portmixer.h" and "portmixer.lib" files, I got many linking errors: portmixer.lib(px_mixer.obj) : error LNK2001: unresolved external symbol _Pa_GetStreamHostApiType portmixer.lib(px_win_wmme.obj) ...