How can i include CTime
Managed C++/CLI
4
Posts
4
Posters
0
Views
1
Watching
-
how about 1) try some patience & manners 2) use :- #include <ctime> [edit] this is asuming you dont mean the MFC CTime class - if you mean that you'll have to add the MFC includes etc if you havnt build an MFC project [/edit] 'g'
-
If you are trying to convert a
time_t
to aDateTime
in C++/CLI see: http://www.codeproject.com/Messages/3066386/Re-Convert-to-datetime-problem.aspx[^]"We make a living by what we get, we make a life by what we give." --Winston Churchill
-
#include <atltime.h> COleDateTime has a better range #include <ATLComTime.h>
Mark Salsbery Microsoft MVP - Visual C++ :java: