<?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[Sleep() funktioniert nicht. Wiso?]]></title><description><![CDATA[<p>Hallo,<br />
ich bin gerade am verzweifeln.<br />
Ich versuche den Sleep(); Befehl zu verwenden, aber egal wo ich ihn einfüge bekomme ich immer die gleiche Fehlermeldung.</p>
<p>[C++ Error] Unit1.cpp(308): E2015 Ambiguity between '_fastcall Idglobal::Sleep(unsigned int)' and '__stdcall Sleep(unsigned long)'</p>
<p>Was mache ich falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/177132/sleep-funktioniert-nicht-wiso</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 06:28:19 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/177132.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 Mar 2007 14:23:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sleep() funktioniert nicht. Wiso? on Wed, 28 Mar 2007 14:23:40 GMT]]></title><description><![CDATA[<p>Hallo,<br />
ich bin gerade am verzweifeln.<br />
Ich versuche den Sleep(); Befehl zu verwenden, aber egal wo ich ihn einfüge bekomme ich immer die gleiche Fehlermeldung.</p>
<p>[C++ Error] Unit1.cpp(308): E2015 Ambiguity between '_fastcall Idglobal::Sleep(unsigned int)' and '__stdcall Sleep(unsigned long)'</p>
<p>Was mache ich falsch?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1254680</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1254680</guid><dc:creator><![CDATA[MarryFitch]]></dc:creator><pubDate>Wed, 28 Mar 2007 14:23:40 GMT</pubDate></item><item><title><![CDATA[Reply to Sleep() funktioniert nicht. Wiso? on Wed, 28 Mar 2007 14:29:42 GMT]]></title><description><![CDATA[<p>Hallo</p>
<p>Sag dem Compiler das er das Sleep aus dem Globalen Namespace benutzen soll</p>
<pre><code class="language-cpp">::Sleep(...);
</code></pre>
<p>bis bald<br />
akari</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1254691</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1254691</guid><dc:creator><![CDATA[akari]]></dc:creator><pubDate>Wed, 28 Mar 2007 14:29:42 GMT</pubDate></item><item><title><![CDATA[Reply to Sleep() funktioniert nicht. Wiso? on Wed, 28 Mar 2007 14:30:51 GMT]]></title><description><![CDATA[<p>Das liegt daran, dass die Indy-Kompos ein eigenes Sleep() mitbringen und der Compiler nicht weiß, welches von beiden er verwenden soll.<br />
Dass mußt Du ihm mitteilen, indem Du den Namespace mit angibst. Soweit ich weiß hat Sleep aber keinen Namespace, deswegen:</p>
<pre><code class="language-cpp">::Sleep(...)
</code></pre>
<p>Edit: Mal wieder zu langsam...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1254692</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1254692</guid><dc:creator><![CDATA[[[global:guest]]]]></dc:creator><pubDate>Wed, 28 Mar 2007 14:30:51 GMT</pubDate></item><item><title><![CDATA[Reply to Sleep() funktioniert nicht. Wiso? on Wed, 28 Mar 2007 14:36:37 GMT]]></title><description><![CDATA[<p>Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1254699</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1254699</guid><dc:creator><![CDATA[MarryFitch]]></dc:creator><pubDate>Wed, 28 Mar 2007 14:36:37 GMT</pubDate></item></channel></rss>