Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Con-Li on September 13, 2019, 02:11:43 am

Title: Compiling Port Audio Projects
Post by: Con-Li on September 13, 2019, 02:11:43 am
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
Title: Re: Compiling Port Audio Projects
Post by: stahta01 on September 13, 2019, 02:24:38 am
http://forums.codeblocks.org/index.php/topic,9996.0.html (http://forums.codeblocks.org/index.php/topic,9996.0.html)
Title: Re: Compiling Port Audio Projects
Post by: Con-Li on September 13, 2019, 02:56:04 pm
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.
Title: Re: Compiling Port Audio Projects
Post by: stahta01 on September 13, 2019, 03:08:22 pm
Post a link to the project site.

Tim S.