News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Compiling Port Audio Projects

Started by Con-Li, September 13, 2019, 02:11:43 AM

Previous topic - Next topic

Con-Li

Sorry if this is the wrong board for this, but I'm having trouble compiling Port Audio (an SDK for sound card access, etc) projects. What I'm getting is a string of linker errors but I can't find any relevant files to tell the linker about. I did read somewhere about having to build this file myself but I don't know what source files I'd build it from or how I'd go about this - does anyone here have experience using Port Audio ?

Thank you for your time.

Platform: Windows 10
Compiler: GNU GCC

stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

Con-Li

Hey I'm sorry but I just thought someone here might have had experience with using this library. I'm completely stumped. I just want to be able to get access to the soundcard to send sample data and heard that Port Audio is decent for that. Why wouldn't they just include the .lib file (or whatever it is that's missing) in the download?

I'm tearing my hair out here and Google doesn't seem to get anything useful. I read something about cmake but it just said "use cmake" without mentoning how, or what source files I'd use with it. I just don't know how to proceed.

stahta01

Post a link to the project site.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]