Quote:
Originally posted by Guysl
Thanks.
I'm using the same headers but keep getting:
error C2679: binary '<<' : no operator defined....
I have the DX9 SDK installed too, with default project setting
uses its libs, could it be the reason? any idea?
Regards,
Guysl
I get no errors compiling the simple code with the proper headers. Maybe you've trashed (overwritten) your STL version with an older one where iostreams doesn't overload the std::string type, or your directory paths are pointing to this older version.