Bug in Funtion acntUtils.WaitTicks()

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #37366
    Stephane Senecal
    Participant

    The function WaitTicks() calls the Windows function GetTickCount which returns an unsigned-integer (DWORD).

    ABeginTicks and ADelay are signed-integer, it seems to cause problem on system that has been up for let say 30 days or more.

    Has been simulated in the TsMonthCalendar when changing month with the arrow at the top of the control.

    Stephane Senecal
    CIS Group
    Delphi programmer since 2001

    #56250
    Support
    Keymaster

    Thank you for the message, type of the ABeginTicks parameter will be changed to DWORD.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.