Re: Issue # 97, Create Docu for (System)Kernel
Posted: Sat Jan 23, 2016 5:12 pm
Robert, WinApi.GetTickCount() can not return the value less than 0, so told < 0 will never be TRUE.
It can return the bit pattern "1111 0000 0000 ... 0000" which, interpreted as a Component Pascal INTEGER, is negative.Ivan Denisov wrote:Robert, WinApi.GetTickCount() can not return the value less than 0, so told < 0 will never be TRUE.