<?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[[Indy]EIdNoExecuteSpecified]]></title><description><![CDATA[<p>Diesen Fehler bekomme ich wenn ich mit dem Client über Port 8090 mit der IP 127.0.0.1 connecten möchte. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":/"
      alt="😕"
    /></p>
<p>Mit der Meldung: Es wurde keine Ausführungsbehandlung gefunden</p>
<pre><code class="language-cpp">TIdTCPServer *Server;
        TIdTCPClient *Client;
</code></pre>
<pre><code class="language-cpp">void __fastcall TForm1::HinzuClick(TObject *Sender)
{
  AnsiString ip = InputBox(&quot;Rechner Hinzufügen&quot;,&quot;Bitte IP eingeben&quot;, &quot;127.0.0.1&quot;);
  Client-&gt;Host = ip;
  Client-&gt;Connect();

  try
     {
          log-&gt;Ausgeben(Client-&gt;ReadLn());
     }
     __finally
     {
          Client-&gt;Disconnect();
     }
}
//---------------------------------------------------------------------------

void __fastcall TForm1::ServerConnect(TIdPeerThread *AThread)
{
  AThread-&gt;Connection-&gt;WriteLn(&quot;Hello from Basic Indy Server server.&quot;);
  AThread-&gt;Connection-&gt;Disconnect();
  //StatusBar-&gt;Panels-&gt;Items[1]-&gt;Text = &quot;Verbunden: &quot; + Server-&gt;Bindings-&gt;Count;
}
//---------------------------------------------------------------------------
</code></pre>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/210577/indy-eidnoexecutespecified</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 19:56:30 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/210577.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 12 Apr 2008 16:30:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to [Indy]EIdNoExecuteSpecified on Sat, 12 Apr 2008 16:31:57 GMT]]></title><description><![CDATA[<p>Diesen Fehler bekomme ich wenn ich mit dem Client über Port 8090 mit der IP 127.0.0.1 connecten möchte. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":/"
      alt="😕"
    /></p>
<p>Mit der Meldung: Es wurde keine Ausführungsbehandlung gefunden</p>
<pre><code class="language-cpp">TIdTCPServer *Server;
        TIdTCPClient *Client;
</code></pre>
<pre><code class="language-cpp">void __fastcall TForm1::HinzuClick(TObject *Sender)
{
  AnsiString ip = InputBox(&quot;Rechner Hinzufügen&quot;,&quot;Bitte IP eingeben&quot;, &quot;127.0.0.1&quot;);
  Client-&gt;Host = ip;
  Client-&gt;Connect();

  try
     {
          log-&gt;Ausgeben(Client-&gt;ReadLn());
     }
     __finally
     {
          Client-&gt;Disconnect();
     }
}
//---------------------------------------------------------------------------

void __fastcall TForm1::ServerConnect(TIdPeerThread *AThread)
{
  AThread-&gt;Connection-&gt;WriteLn(&quot;Hello from Basic Indy Server server.&quot;);
  AThread-&gt;Connection-&gt;Disconnect();
  //StatusBar-&gt;Panels-&gt;Items[1]-&gt;Text = &quot;Verbunden: &quot; + Server-&gt;Bindings-&gt;Count;
}
//---------------------------------------------------------------------------
</code></pre>
<p>lg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1490936</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1490936</guid><dc:creator><![CDATA[Dragonfire]]></dc:creator><pubDate>Sat, 12 Apr 2008 16:31:57 GMT</pubDate></item><item><title><![CDATA[Reply to [Indy]EIdNoExecuteSpecified on Sun, 13 Apr 2008 10:33:23 GMT]]></title><description><![CDATA[<p><a href="http://groups.google.com/group/borland.public.delphi.internet.winsock/browse_thread/thread/3323e67f9c9c81d1/96a3691fe914841d" rel="nofollow">http://groups.google.com/group/borland.public.delphi.internet.winsock/browse_thread/thread/3323e67f9c9c81d1/96a3691fe914841d</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1491223</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1491223</guid><dc:creator><![CDATA[Jansen]]></dc:creator><pubDate>Sun, 13 Apr 2008 10:33:23 GMT</pubDate></item></channel></rss>