I'm trying to get a C++ program to include Boost, and I've tried such statements as
# include <boost> or#include <boost/config.hpp> and so on, and alsousing namespace boost;But all of them give an error message saying something to the effect of:
Cannot open include file: 'boost': No such file or directory (or say that the namespace doesn't exist if I try that way. Could anyone please give me some help with this.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build
Thank you for the three who responded. I am actually using Windows XP and Microsoft Visual Studio 2008. I tried saying include <D/boost/boost_1_50/boost> but it still said there was no such path or directory.