Saturday, February 1, 2020

time issues in Win32 MFC programming

time issues in Win32 MFC programming. one issue is:

Severity Code Description Project File Line Suppression State Error C2660 'ATL::CTime::GetLocalTm': function does not take 0 arguments Message5 c:\demo\message5\message5\message5.cpp 64

  1. A problem with ATL::CTime.GetLocalTm()
  2. this post gives two ways to resolve the issue

  3. CTime Class
  4. how to remove warning C4996 with gmtime and asctime
  5. This function or variable may be unsafe visual studio
  6. Date and Time in C++
  7. Developing MMC Snap-ins
  8. what is the error of this code?
  9. how to solve this error?

No comments:

Post a Comment