<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[dynamisches Erstellung TServerSocket + TClientSocket]]></title><description><![CDATA[<p>Also ich hab jetzt keine Lust mehr zu suchen, ich find meine/ähnliche Frage im Forum nicht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f635.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--dizzy_face"
      title="X-)"
      alt="😵"
    /> ...</p>
<pre><code class="language-cpp">TServerSocket *ServerSocket[30];
TClientSocket *ClientSocket[30];
//-----
fkt()
static x;

ServerSocket[x] = new TServerSocket(this);
ServerSocket[x]-&gt;Port = irgendeinen;
ServerSocket[x]-&gt;Active = true;

ClientSocket[x] = new TClientSocket(this);
ClientSocket[x]-&gt;Host = irgendwas;
ClientSocket[x]-&gt;Port = irgendeinen;
ClientSocket[x]-&gt;Active = true;

// Ende klick ()
                delete []ServerSocket;
                delete []ClientSocket;
</code></pre>
<p>Meine eigentlich Frage ist jetzt wie kann ich die Ereignisse abfragen bzw wie schreib ich des kennt jmd. die Syntax ? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Und vorallem wie ich des deklarieren muss etc..<br />
Dankeschön</p>
<p>(BCB 6.0)</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/101877/dynamisches-erstellung-tserversocket-tclientsocket</link><generator>RSS for Node</generator><lastBuildDate>Tue, 14 Jul 2026 03:48:34 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/101877.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 20 Feb 2005 15:52:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to dynamisches Erstellung TServerSocket + TClientSocket on Sun, 20 Feb 2005 15:52:56 GMT]]></title><description><![CDATA[<p>Also ich hab jetzt keine Lust mehr zu suchen, ich find meine/ähnliche Frage im Forum nicht <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f635.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--dizzy_face"
      title="X-)"
      alt="😵"
    /> ...</p>
<pre><code class="language-cpp">TServerSocket *ServerSocket[30];
TClientSocket *ClientSocket[30];
//-----
fkt()
static x;

ServerSocket[x] = new TServerSocket(this);
ServerSocket[x]-&gt;Port = irgendeinen;
ServerSocket[x]-&gt;Active = true;

ClientSocket[x] = new TClientSocket(this);
ClientSocket[x]-&gt;Host = irgendwas;
ClientSocket[x]-&gt;Port = irgendeinen;
ClientSocket[x]-&gt;Active = true;

// Ende klick ()
                delete []ServerSocket;
                delete []ClientSocket;
</code></pre>
<p>Meine eigentlich Frage ist jetzt wie kann ich die Ereignisse abfragen bzw wie schreib ich des kennt jmd. die Syntax ? <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /><br />
Und vorallem wie ich des deklarieren muss etc..<br />
Dankeschön</p>
<p>(BCB 6.0)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/728071</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/728071</guid><dc:creator><![CDATA[_boehli]]></dc:creator><pubDate>Sun, 20 Feb 2005 15:52:56 GMT</pubDate></item><item><title><![CDATA[Reply to dynamisches Erstellung TServerSocket + TClientSocket on Sun, 20 Feb 2005 16:07:24 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>siehe FAQ, Abschnitt Komponenten, Thema <em>zur Laufzeit erstellen, anzeigen und Events zuweisen</em></p>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/728085</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/728085</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Sun, 20 Feb 2005 16:07:24 GMT</pubDate></item><item><title><![CDATA[Reply to dynamisches Erstellung TServerSocket + TClientSocket on Sun, 20 Feb 2005 16:11:01 GMT]]></title><description><![CDATA[<p>okay ich schau mal ... danke</p>
]]></description><link>https://www.c-plusplus.net/forum/post/728090</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/728090</guid><dc:creator><![CDATA[_boehli]]></dc:creator><pubDate>Sun, 20 Feb 2005 16:11:01 GMT</pubDate></item></channel></rss>