I am trying to implement a simple test routine and I have already included the headers:
but when I still get the error: "Identifier not found" with the following definition:Code:#include<ATLComTime.h> #include<atltime.h>
Code:Ctime t1, t2; //error is "identifier ctime is undefined" COleDateTime.mytime(1996,1,1,0,0,0); //error - ATL::ColedateTime has no member mytime




Reply With Quote