<?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[TNMStrmServ dynamisch erzeugen]]></title><description><![CDATA[<p>Ich habe bisher diese Klasse:</p>
<pre><code class="language-cpp">#include &quot;ConnectionListener.h&quot;

//---------------------------------------------------------------------------
ConnectionListener::ConnectionListener()
{
  listenerPort = 6711;

  TNMStrmServ *server = new TNMStrmServ(Application);
  server-&gt;Port = listenerPort;
  server-&gt;OnClientContact = OnClientContact;
  server-&gt;OnStatus = OnStatus;
  server-&gt;Listen(true);

}
//---------------------------------------------------------------------------
ConnectionListener::~ConnectionListener() // Destruktor
{

}
//---------------------------------------------------------------------------
void __fastcall ConnectionListener::OnClientContact(TObject *Sender)
{
    ShowMessage(&quot;blob&quot;);
}
//---------------------------------------------------------------------------
void __fastcall ConnectionListener::OnStatus(TComponent *Sender, AnsiString Status)
{
  ShowMessage(Status);
}
//---------------------------------------------------------------------------
</code></pre>
<p>Mein Client kann connecten, allerdings reagiert der Server nicht.<br />
Ich verstehe das nicht, wer kann mir helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/172229/tnmstrmserv-dynamisch-erzeugen</link><generator>RSS for Node</generator><lastBuildDate>Fri, 14 Aug 2026 12:01:08 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/172229.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 02 Feb 2007 15:25:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TNMStrmServ dynamisch erzeugen on Fri, 02 Feb 2007 15:25:56 GMT]]></title><description><![CDATA[<p>Ich habe bisher diese Klasse:</p>
<pre><code class="language-cpp">#include &quot;ConnectionListener.h&quot;

//---------------------------------------------------------------------------
ConnectionListener::ConnectionListener()
{
  listenerPort = 6711;

  TNMStrmServ *server = new TNMStrmServ(Application);
  server-&gt;Port = listenerPort;
  server-&gt;OnClientContact = OnClientContact;
  server-&gt;OnStatus = OnStatus;
  server-&gt;Listen(true);

}
//---------------------------------------------------------------------------
ConnectionListener::~ConnectionListener() // Destruktor
{

}
//---------------------------------------------------------------------------
void __fastcall ConnectionListener::OnClientContact(TObject *Sender)
{
    ShowMessage(&quot;blob&quot;);
}
//---------------------------------------------------------------------------
void __fastcall ConnectionListener::OnStatus(TComponent *Sender, AnsiString Status)
{
  ShowMessage(Status);
}
//---------------------------------------------------------------------------
</code></pre>
<p>Mein Client kann connecten, allerdings reagiert der Server nicht.<br />
Ich verstehe das nicht, wer kann mir helfen?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1221816</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1221816</guid><dc:creator><![CDATA[Soft-Waffel Gast]]></dc:creator><pubDate>Fri, 02 Feb 2007 15:25:56 GMT</pubDate></item><item><title><![CDATA[Reply to TNMStrmServ dynamisch erzeugen on Tue, 06 Feb 2007 18:21:38 GMT]]></title><description><![CDATA[<p>weiß dass wirklich keiner?</p>
<p>suche immernoch noch nach einer Lösung</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1224017</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1224017</guid><dc:creator><![CDATA[Soft-Waffel Gast]]></dc:creator><pubDate>Tue, 06 Feb 2007 18:21:38 GMT</pubDate></item></channel></rss>