Author Topic: Help with installation PDCurses 3.3 in CodeBlocks  (Read 10936 times)

Offline malloc

  • Single posting newcomer
  • *
  • Posts: 6
Help with installation PDCurses 3.3 in CodeBlocks
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Help with installation PDCurses 3.3 in CodeBlocks
« Reply #1 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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline malloc

  • Single posting newcomer
  • *
  • Posts: 6
Re: Help with installation PDCurses 3.3 in CodeBlocks
« Reply #2 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

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Help with installation PDCurses 3.3 in CodeBlocks
« Reply #3 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?
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Help with installation PDCurses 3.3 in CodeBlocks
« Reply #4 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. :)
Be a part of the solution, not a part of the problem.

Offline malloc

  • Single posting newcomer
  • *
  • Posts: 6
Re: Help with installation PDCurses 3.3 in CodeBlocks
« Reply #5 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

FlUxIuS

  • Guest
Re: Help with installation PDCurses 3.3 in CodeBlocks
« Reply #6 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)

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: Help with installation PDCurses 3.3 in CodeBlocks
« Reply #7 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