hi,
my program which was written in VC++ 6 worked perfectly fine untill i want to convert it in to VC++ 8 (2005). as i compile it in new compiler it gives me..
error C2660: 'ATL::CTime::GetGmtTm' : function does not take 0 arguments
: fatal error C1083: Cannot open include file: 'fstream.h': No such file or directory
1>.\SampleGroupRecordView.cpp(4470) : error C2668: 'pow' : ambiguous call to overloaded function
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(575): could be 'long double pow(long double,int)'
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(527): or 'float pow(float,int)'
1> C:\Program Files\Microsoft Visual Studio 8\VC\include\math.h(489): or 'double pow(double,int)'
1> while trying to match the argument list '(long, int)'
this three errors repeat in the program for hundreds of times.
i cant find "fstream.h" anywhere in my computer. do i need to install platform SDK
could you please give me an openian to lead me towords a solution.
thanks