Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
compile with visual studio
02-02-2012, 09:21 AM,
#1
compile with visual studio
hi all!
i'm trying to compile vdrift with visual studio....
a strange error appears here:

the error is here:
Code:
    template <typename T> void _get(const PTree & p, T & value) const
    {
        std::stringstream s(p._value);
        s >> value;
    }
especially in the s >> value; when (seems looking the error) when I try to get a btVector3..

the error is this:

Quote:Error 1 error C2678: binary '>>' : no operator found which takes a left-hand operand of type 'std:Confusedtringstream' (or there is no acceptable conversion) cfg\ptree.h 230

thanks in advance for all!
Reply


Messages In This Thread
compile with visual studio - by ghiboz - 02-02-2012, 09:21 AM
[No subject] - by NaN - 02-02-2012, 05:03 PM
[No subject] - by ghiboz - 02-03-2012, 06:30 AM
[No subject] - by NaN - 02-03-2012, 09:14 AM
[No subject] - by ghiboz - 02-03-2012, 10:06 AM
[No subject] - by NaN - 02-03-2012, 12:46 PM
[No subject] - by ghiboz - 02-03-2012, 01:37 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)