tomas-nestorovic / RIDE

Windows tool for low-level access to any floppy disks, and comfortable high-level access to some legacy filesystems (ZX Spectrum, MS-DOS, etc.).
https://nestorovic.hyperlink.cz/ride/html/index.html
56 stars 0 forks source link

Time measurement #73

Closed tomas-nestorovic closed 2 years ago

tomas-nestorovic commented 2 years ago

Working with time needs unification (for there are currently several concurrent classes that implement the same concept of time measurement) and improvement (for the most useful CDos::CFileDateTime class has problems in Debug mode, although working fine in Release mode).

The MFC's out-of-the-box CTime class can't be used because

An introduction of new CRideTime class to replace existing time-related classes, is thus desired.

tomas-nestorovic commented 2 years ago

Functioning flawlessly, this issue can be closed.