2006-11-23 17:20:48 UTC
Hello,
I have downloaded and copy boost library and after set the "additional include directory" of the doxbar project to the boost location, the compilation runs.
But I have the folowing error :
Commands.h(198) : error C2039: 'alloc_type' : is not a member of 'basic_regex<char,struct boost::regex_traits<char,class boost::w32_regex_traits<char> > >'
Commands.h(198) : error C2065: 'alloc_type' : undeclared identifier
Commands.h(198) : error C2955: 'match_results' : use of class template requires template argument list
E:\MCS\DEV\Doxbar\Boost\boost_1_33_1\boost/regex/v4/match_results.hpp(295) : see declaration of 'match_results'
Commands.cpp(1602) : error C2511: 'processFuncParam' : overloaded member function 'bool (class boost::match_results<char const *,class std::allocator<struct boost::sub_match<char const *> > >)' not f
ound in 'CCommands'
Do you know how may I use boost library to compile the doxbarproject ?
May I have a wrong version of boost ? My version is boost_1_33_1.
I need to compile doxbar to slove a problem with DoCustomHelp and the active project (I have different doc for each project)
Thanks for help.