Installing PDCurses and Boost

Does anybody have tutorials for the installation of PDcurses and Boost on VC++ 08 Express?
Thanks! Is there any way to modify the default configurations in VC++ 08 to get those library dependencies built in?
What do you mean with that?
In the first tutorial you have to modify the dependencies of your project to include curses. Is there a way to make that on by default?
You mean the linker settings?
You should change them only in the projects you need otherwise you will be linking to an unused library in projects which don't use curses
Topic archived. No new replies allowed.