Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Apr : WARNING: Indy 10.5.2 and Ticks Range Check Error

www.cryer.info
Managed Newsgroup Archive

WARNING: Indy 10.5.2 and Ticks Range Check Error

Subject:WARNING: Indy 10.5.2 and Ticks Range Check Error
Posted by:"eshipman" (mr_delphi_develop..@yahoo!!!.com)
Date:Mon, 18 Apr 2005 10:12:58

If you are using Indy controls, you need to check to see if the
idGlobal.Ticks function is being called by your program. The return
value of this function is a Cardinal and if you have a system with
a High-Resolution Performance counter, you will get a Range
Check error when your system reaches +25- days uptime.

These are the units that have calls to the Ticks function:

idICMPClient
idIOHandler
idASN1Util
idEcho
idEchoUDP
idGlobalProtocols
idHL7
idOSFileName
idSNMP
idTime
idTimeUDP
idGlobal

Replies:

www.cryer.info
Managed Newsgroup Archive