Page 2 of 2

Re: Issue # 97, Create Docu for (System)Kernel

Posted: Sat Jan 23, 2016 5:12 pm
by Ivan Denisov
Robert, WinApi.GetTickCount() can not return the value less than 0, so told < 0 will never be TRUE.

Re: Issue # 97, Create Docu for (System)Kernel

Posted: Sat Jan 23, 2016 5:32 pm
by Robert
Ivan Denisov wrote: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.


BUT I now agree with Josef, Kernel.Time is correct. Tricky (!), but correct.

Robert