I'm using VS.NET
heres the code
here's the error i get:Code:string challenger; challenger = cgi.GetValueFromName("challenger");
error C2679: binary '=' : no operator found which takes a right-hand operand of type 'std::string' (or there is no acceptable conversion)
I'm using the CGI class parksie uploaded a while ago. Any ideas?




Reply With Quote