Dec 15, 2009 at 9:08pm UTC
Does anybody have tutorials for the installation of PDcurses and Boost on VC++ 08 Express?
Dec 16, 2009 at 12:00am UTC
Thanks! Is there any way to modify the default configurations in VC++ 08 to get those library dependencies built in?
Dec 16, 2009 at 12:43pm UTC
What do you mean with that?
Dec 16, 2009 at 9:32pm UTC
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?
Dec 16, 2009 at 9:49pm UTC
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