Hello there, I'm trying to compile a project in Visual Studio 2005 and the compiler finds errors in the file fstream.h. Some of them are:
c:\program files\microsoft visual studio\vc98\include\fstream.h(88) : error C2872: 'streambuf' : ambiguous symbol
c:\program files\microsoft visual studio\vc98\include\fstream.h(89) : error C2872: 'streampos' : ambiguous symbol
c:\program files\microsoft visual studio\vc98\include\fstream.h(89) : error C2872: 'streamoff' : ambiguous symbol
c:\program files\microsoft visual studio\vc98\include\fstream.h(106) : error C2872: 'streambuf' : ambiguous symbol
First of all, do header files (the ones of the program) have mistakes, or did I something wrong?
What can I do to fix it?