
Hi there, is't it possible to create test programs, already? I just tried to include the boost/cgi.hpp and I'm getting compile errors: c:\boost-sandbox\SOC\2007\cgi\boost\cgi\basic_request.hpp(559) : error C3855: 'cgi::basic_request': template parameter 'ProtocolService' is incompatible with the declaration c:\boost-sandbox\SOC\2007\cgi\boost\cgi\basic_request.hpp(559) : error C3855: 'cgi::basic_request': template parameter 'Role' is incompatible with the declaration c:\boost-sandbox\SOC\2007\cgi\boost\cgi\request.hpp(17) : error C2955: 'cgi::basic_request' : use of class template requires template argument list c:\boost-sandbox\SOC\2007\cgi\boost\cgi\basic_request.hpp(559) : see declaration of 'cgi::basic_request' c:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\include\xlocmon(231) : fatal error C1903: unable to recover from previous error(s); stopping compilation I'm using VC7.1 with the latest Service Pack. Also, I'm using current boost trunk and I've updated the CGI code an hour ago. Regards, Christian

Hi Christian, On 20/08/07, Christian Henning <chhenning@gmail.com> wrote:
Hi there, is't it possible to create test programs, already? I just tried to include the boost/cgi.hpp and I'm getting compile errors:
Thanks for having a go! Can you try updating again? My working copy and the boost sandbox one were out of sync. You might have a better chance now. Also, could you send updates to either me, or to cgi-dev@cgi.sf.net, as this doesn't really belong here. Thanks, Darren
participants (2)
-
Christian Henning
-
Darren Garvey