Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: malloc on December 31, 2007, 04:07:10 pm

Title: Help with installation PDCurses 3.3 in CodeBlocks
Post by: malloc on December 31, 2007, 04:07:10 pm
Hello

Do I have to install the library pdcurses 3.3 in Code: Blocks?
For this I dropped http://pdcurses.sourceforge.net/
I also know how to compile C programs with pdcurses.

Thanks :D
Title: Re: Help with installation PDCurses 3.3 in CodeBlocks
Post by: MortenMacFly on December 31, 2007, 04:50:24 pm
Do I have to install the library pdcurses 3.3 in Code: Blocks?
For this I dropped http://pdcurses.sourceforge.net/
I also know how to compile C programs with pdcurses.
I'd say first read in a book how to use 3rd party libraries (API's) and then try again. :P
Sure: If you want to use pdcurses you have to install it. If you want to compile against it - setup your C::B project C::B accordingly. How to compile C programs (with pdcurses)?! I'm sorry, but I don't get this. Did you *ever* compiled an application before? It's the very same...?!
With regards, Morten.
Title: Re: Help with installation PDCurses 3.3 in CodeBlocks
Post by: malloc on December 31, 2007, 05:50:36 pm
What I want is that someone tell me the steps to install the library PDCurses3.3 in C::B.

Thanks
Title: Re: Help with installation PDCurses 3.3 in CodeBlocks
Post by: thomas on December 31, 2007, 06:06:41 pm
What exactly do you want to hear?

After unzipping or building the libarry, add pdcurses' include and library paths to either the project's options, or to the compiler's options. Alternatively, if you're too lazy to do that, simply copy the files to your system include/library folders, and leave everything else as it is.

What else do you want to do, specifically for Code::Blocks?
Title: Re: Help with installation PDCurses 3.3 in CodeBlocks
Post by: Biplab on December 31, 2007, 06:07:35 pm
What I want is that someone tell me the steps to install the library PDCurses3.3 in C::B.

There is no such magic step for installation. Read the following.

Quote
http://forums.codeblocks.org/index.php/topic,5602.msg43236.html#msg43236

Please search before you post. :)
Title: Re: Help with installation PDCurses 3.3 in CodeBlocks
Post by: malloc on January 01, 2008, 01:20:16 am
Thanks friends, but not understand it, could explain it better.
They commented that some time ago he had installed in the Dev-C++, but now switched to Code::Blocks (nightly version).
Sorry if my English is bad. :(

Thanks
Title: Re: Help with installation PDCurses 3.3 in CodeBlocks
Post by: FlUxIuS on May 11, 2008, 01:16:09 pm
Hello, I maked a simple package to install Pdcurses in Code::Blocks [Windows] for my Friends and I wanna to share you this package :
http://pdcurses.slashon.com/

If you have any questions you can send me a message or go on Slashon Forum ;)

For information : This package is based to Pdcurses Compilation  8)
Title: Re: Help with installation PDCurses 3.3 in CodeBlocks
Post by: Michael on May 12, 2008, 01:33:07 am
Hello, I maked a simple package to install Pdcurses in Code::Blocks [Windows] for my Friends and I wanna to share you this package :
http://pdcurses.slashon.com/

Hello,

Thank you for sharing it :).

Best wishes,
Michael