Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. MS Q167296

MS Q167296

Scheduled Pinned Locked Moved C / C++ / MFC
c++help
3 Posts 2 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Rainer Mangold
    wrote on last edited by
    #1

    ... shows HOWTO: Convert a UNIX time_t to a Win32 FILETIME or SYSTEMTIME. ... However I need an easy way to do convert FILETIME to time_t without MFC-Support.:confused: Any help welcome:rose: Rainer

    C 1 Reply Last reply
    0
    • R Rainer Mangold

      ... shows HOWTO: Convert a UNIX time_t to a Win32 FILETIME or SYSTEMTIME. ... However I need an easy way to do convert FILETIME to time_t without MFC-Support.:confused: Any help welcome:rose: Rainer

      C Offline
      C Offline
      Chris Losinger
      wrote on last edited by
      #2

      something like this: FileTimeToSystemTime(&ft, &st); struct tm now; ...set now's members based on st's members time_t timeNow = mktime(&now); -c


      Conservative: One who admires radicals centuries after they're dead. -- Leo C. Rosten

      image effects!

      R 1 Reply Last reply
      0
      • C Chris Losinger

        something like this: FileTimeToSystemTime(&ft, &st); struct tm now; ...set now's members based on st's members time_t timeNow = mktime(&now); -c


        Conservative: One who admires radicals centuries after they're dead. -- Leo C. Rosten

        image effects!

        R Offline
        R Offline
        Rainer Mangold
        wrote on last edited by
        #3

        Thank you ! ! ! :):):) Rainer

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups