Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Super_Stinger on May 01, 2014, 02:19:13 pm

Title: Compiling Port Audio with Code::Blocks
Post by: Super_Stinger on May 01, 2014, 02:19:13 pm
Hi all

Ive been searching for a sound library for a while and I have found port audio, looks nice, but i dont know how to build the library for use in codeblocks.

I found a project file ( .vcproj ), but it doesnt seem to compile and it spits out many errors

Is there anyone that knows what to do here? I have searched the net, but there doesnt seem to be much information on this particular issue

CB Version: 10.05
OS: Windows 7

many thanks, Super_Stinger
Title: Re: Compiling Port Audio with Code::Blocks
Post by: danselmi on May 01, 2014, 03:18:18 pm
I used MSYS to build PortAudio library (configure/make). After that you can configure a project in C::B to use this lib.