Well, Im trying to setup tinyxml with vc++ but I cant get it to work. Im compiling it with STL mode on but I get a lot of errors. First error I get is this, if it is of some help to somebody:
virtual void StreamOut (TIXML_OSTREAM *) const = 0; ->ERROR: OSTREAM is no a member of std.
Im using the stl distribution by sgi.
Could anybody help pls, I really need to fix this mess up.
Thanks in advance.
HexDump.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It works fine for me under Visual C++ 6 with STLPort installed. STLPort is based on the SGI one and I believe has all the features, so you may want to try with that installed. Alternatively, see my other post about changes I made for Borland C++ Builder 4, as they might help too.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Well, Im trying to setup tinyxml with vc++ but I cant get it to work. Im compiling it with STL mode on but I get a lot of errors. First error I get is this, if it is of some help to somebody:
virtual void StreamOut (TIXML_OSTREAM *) const = 0; ->ERROR: OSTREAM is no a member of std.
Im using the stl distribution by sgi.
Could anybody help pls, I really need to fix this mess up.
Thanks in advance.
HexDump.
It works fine for me under Visual C++ 6 with STLPort installed. STLPort is based on the SGI one and I believe has all the features, so you may want to try with that installed. Alternatively, see my other post about changes I made for Borland C++ Builder 4, as they might help too.