![]() |
Indy -> MsRoundTripTime
Hallo,
Ich nutze die Indy-Komponenten für ein kleines Ping-Tool. Funktioniert auch bestens, nur folgendes Problem:
Delphi-Quellcode:
Sobald ich den Anfangs- oder Endbereich größer als 255 einstelle kommt: "Konstantenausdruck verletzt untere Grenzen" -> MsRoundTripTime ist aber doch LongWord! :gruebel:
if MsRoundTripTime in [201..255] then inc(a08);
Delphi7 Pro / Indy9 Gruß Uwe |
Re: Indy -> MsRoundTripTime
Hi!
So doof es auch klingt, aber hast du mal versucht es so zu machen:
Delphi-Quellcode:
if ((MsRoundTripTime > 256) and (MsRoundTripTime < 300) then inc(a08);
Geht das? Ich glaube mich erinnern zu können, dass diese "in"-Sache nicht höher als 255 kommt (bzw. das Set, was da ja quasi dabei ist...) Ciao, Frederic |
Re: Indy -> MsRoundTripTime
Hi Frederic,
:thumb: das isses .... besten Dank Gruß Uwe |
Alle Zeitangaben in WEZ +1. Es ist jetzt 09:55 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz