Author Topic: Compiling Port Audio with Code::Blocks  (Read 4596 times)

Offline Super_Stinger

  • Multiple posting newcomer
  • *
  • Posts: 10
Compiling Port Audio with Code::Blocks
« 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

Offline danselmi

  • Developer
  • Almost regular
  • *****
  • Posts: 203
Re: Compiling Port Audio with Code::Blocks
« Reply #1 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.