-
what?
I'm using VS.NET
heres the code
Code:
string challenger;
challenger = cgi.GetValueFromName("challenger");
here's the error i get:
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?
-
As soon as I get a compiler installed I can re-do that entire class for you since I've got loads of things I know need doing with it (i.e. a rewrite! :D)
But I think GetValueFromName returned a string, so it looks like an error in the standard library there :confused:
-
:) thanks
i fixed it. i didnt include the cpp file into the project, i just did '#include "libcgi.h"'