<?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[Programm reagiert nicht mehr]]></title><description><![CDATA[<p>hi,<br />
hab ein problem. in meinem programm hab ich eine for schleife eingebaut:</p>
<pre><code>for(...;...;...)
{
    Sleep(10);
}
</code></pre>
<p>aber während dieser schleife reagiert das programm auf nix mehr. wie kann ich das beheben? gibts da eine bessere lösung oder so?<br />
danke schon mal.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/75911/programm-reagiert-nicht-mehr</link><generator>RSS for Node</generator><lastBuildDate>Sun, 28 Jun 2026 17:20:41 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/75911.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 06 Jun 2004 07:52:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Programm reagiert nicht mehr on Sun, 06 Jun 2004 07:52:11 GMT]]></title><description><![CDATA[<p>hi,<br />
hab ein problem. in meinem programm hab ich eine for schleife eingebaut:</p>
<pre><code>for(...;...;...)
{
    Sleep(10);
}
</code></pre>
<p>aber während dieser schleife reagiert das programm auf nix mehr. wie kann ich das beheben? gibts da eine bessere lösung oder so?<br />
danke schon mal.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/534043</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/534043</guid><dc:creator><![CDATA[tuxman]]></dc:creator><pubDate>Sun, 06 Jun 2004 07:52:11 GMT</pubDate></item><item><title><![CDATA[Reply to Programm reagiert nicht mehr on Sun, 06 Jun 2004 09:36:00 GMT]]></title><description><![CDATA[<p>Die Funktion blockiert die Anwendung... , denn sie ist die Anwendung. Also zum Teil und wird gereade ausgeführt. Da hilft es nur, &quot;2 Anwendungen&quot; zu machen...<br />
d.h. mit Theads zu arbeiten. Dann läuft das was du in der FOR - Schleife hast im eigenen Thread und die Anwendung reagiert weiterhin, da es ja als eigener Thread läuft.</p>
<p>Dazu in der Hilfe mal nach &quot;Thread&quot; schaun.</p>
<p>MfG<br />
hevel</p>
]]></description><link>https://www.c-plusplus.net/forum/post/534075</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/534075</guid><dc:creator><![CDATA[hevel]]></dc:creator><pubDate>Sun, 06 Jun 2004 09:36:00 GMT</pubDate></item><item><title><![CDATA[Reply to Programm reagiert nicht mehr on Sun, 06 Jun 2004 10:19:24 GMT]]></title><description><![CDATA[<p>Bau doch einfach ein &quot;Application-&gt;ProcessMessages();&quot; in die Schleife ein.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/534113</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/534113</guid><dc:creator><![CDATA[Eßer]]></dc:creator><pubDate>Sun, 06 Jun 2004 10:19:24 GMT</pubDate></item><item><title><![CDATA[Reply to Programm reagiert nicht mehr on Sun, 06 Jun 2004 12:21:07 GMT]]></title><description><![CDATA[<p>THX <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="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/534193</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/534193</guid><dc:creator><![CDATA[tuxman]]></dc:creator><pubDate>Sun, 06 Jun 2004 12:21:07 GMT</pubDate></item></channel></rss>