When having
sql_create_1(user,
1, 1,
string, ip)
I get compilation errors saying
error C2535: 'void user::set(const std::string &)' : member function already
defined or declared MySQLCommunicator.cpp(10) : see declaration of
'user::set'
error C2535: 'user::user(const std::string &)' : member function already
defined or declared MySQLCommunicator.cpp(10) : see declaration of
'user::user'
I have not used / declared / defined this function anywhere else. What could
this error depend on?
Also - How can I convert a CString into the std::string type?