![]() |
AW: MS SQL Server mit alternativen Ports nutzen
@mjustin:
Delphi-Quellcode:
Ich habe hier ja einen SQLServer browser am laufen. wie verhindere ich diese meldung?
MCastClient:= TIdIpMCastClient.create(nil);
MCastClient.DefaultPort := Port; //Port= 1434 MCastClient.OnIPMCastRead := onIPMCastRead; MCastClient.ReuseSocket := rsTrue; MCastClient.ThreadedEvent := True; MCastClient.Active := True;//hier kommt es zu einer exception could not bind socket, port already in use. (RSCouldNotBindSocket) |
Alle Zeitangaben in WEZ +1. Es ist jetzt 01:06 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