Author Topic: Getting started with Code::Blocks  (Read 3974 times)

NickNameX

  • Guest
Getting started with Code::Blocks
« on: April 02, 2015, 03:48:22 pm »
Hi all,

I am totally new to C and also to Code::Blocks.
But I am not really new to programming,
( I started with BASIC on the Commondore 64 )


I would like to "simply" compile the Portaudio.DLL for Windows.
=> http://www.portaudio.com/download.html
And not with a command line surface.
 
The large amount of options and of selectable compilers
and all the IDE settings do not lead me to a compiling project.


I already installed MinGW and MSYS with the MínGW Installation Manager
A friend of mine gave me a Code::Blocks project file
 but as my files are located in a different place
Code::Blocks does not find the PA files - but does not even complain about that.

The .depend file shows absolute paths - which for sure are different from mine ..


Would anybody be so kind and point me in the right direction ?

Thanks !

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Getting started with Code::Blocks
« Reply #1 on: April 03, 2015, 10:36:58 pm »
First:
The .depend file shows absolute paths - which for sure are different from mine ..
the .depend file is generated by c::b and not necessary for the build process, you can delete it and c::b will generate a new one....

second:
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28general%29#Q:_How_do_I_report_a_compilation_problem_on_the_forums.3F

greetings

Offline mageia

  • Multiple posting newcomer
  • *
  • Posts: 16
Re: Getting started with Code::Blocks
« Reply #2 on: April 21, 2015, 05:26:07 pm »
I try once,but can't get it done,if you sucess ,let me know how THX

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Getting started with Code::Blocks
« Reply #3 on: April 21, 2015, 07:54:01 pm »
I try once,but can't get it done,if you sucess ,let me know how THX

?????