<?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[was ist da falsch? geht das überhaupt so?]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;windows.h&gt;
#include &lt;iostream&gt;
#include &lt;ostream&gt;
#include &lt;stdio.h&gt;

#define MB_OK               0x00000000L
#define MB_OKCANCEL         0x00000001L
#define MB_ABORTRETRYIGNORE 0x00000002L
#define MB_YESNOCANCEL      0x00000003L
#define MB_YESNO            0x00000004L
#define MB_RETRYCANCEL      0x00000005L
#define MB_DEFBUTTON1       0x00000000L
#define MB_DEFBUTTON2       0x00000100L
#define MB_DEFBUTTON3       0x00000200L
#define MB_DEFBUTTON4       0x00000300L
#define MB_ICONHAND         0x00000010L
#define MB_ICONQUESTION     0x00000020L
#define MB_ICONEXCLAMATION  0x00000030L
#define MB_ICONASTERISK     0x00000040L
#define MB_HELP             0x00004000L

int WINAPI WinMain (HINSTANCE hinstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)

{
    MessageBox (NULL,TEXT(&quot;HI&quot;), TEXT (&quot;HI&quot;), MB_OK | MB_DEFBUTTON1 | MB_ICONHAND | MB_HELP  );   
    return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/topic/128954/was-ist-da-falsch-geht-das-überhaupt-so</link><generator>RSS for Node</generator><lastBuildDate>Thu, 09 Jul 2026 16:54:26 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/128954.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 08 Dec 2005 18:15:24 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to was ist da falsch? geht das überhaupt so? on Thu, 08 Dec 2005 18:15:24 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#include &lt;windows.h&gt;
#include &lt;iostream&gt;
#include &lt;ostream&gt;
#include &lt;stdio.h&gt;

#define MB_OK               0x00000000L
#define MB_OKCANCEL         0x00000001L
#define MB_ABORTRETRYIGNORE 0x00000002L
#define MB_YESNOCANCEL      0x00000003L
#define MB_YESNO            0x00000004L
#define MB_RETRYCANCEL      0x00000005L
#define MB_DEFBUTTON1       0x00000000L
#define MB_DEFBUTTON2       0x00000100L
#define MB_DEFBUTTON3       0x00000200L
#define MB_DEFBUTTON4       0x00000300L
#define MB_ICONHAND         0x00000010L
#define MB_ICONQUESTION     0x00000020L
#define MB_ICONEXCLAMATION  0x00000030L
#define MB_ICONASTERISK     0x00000040L
#define MB_HELP             0x00004000L

int WINAPI WinMain (HINSTANCE hinstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)

{
    MessageBox (NULL,TEXT(&quot;HI&quot;), TEXT (&quot;HI&quot;), MB_OK | MB_DEFBUTTON1 | MB_ICONHAND | MB_HELP  );   
    return 0;
}
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/937571</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/937571</guid><dc:creator><![CDATA[lerux]]></dc:creator><pubDate>Thu, 08 Dec 2005 18:15:24 GMT</pubDate></item><item><title><![CDATA[Reply to was ist da falsch? geht das überhaupt so? on Thu, 08 Dec 2005 18:53:43 GMT]]></title><description><![CDATA[<p>Andere Frage,<br />
was geht nicht, welche Fehlermeldung kommt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/937590</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/937590</guid><dc:creator><![CDATA[guenni81]]></dc:creator><pubDate>Thu, 08 Dec 2005 18:53:43 GMT</pubDate></item><item><title><![CDATA[Reply to was ist da falsch? geht das überhaupt so? on Thu, 08 Dec 2005 19:09:56 GMT]]></title><description><![CDATA[<p>ich bin überfordert jetzt funzt es..^^</p>
<p>hm sry ich habe auch kjeine ahnung davor hatte er ein prob damit</p>
]]></description><link>https://www.c-plusplus.net/forum/post/937601</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/937601</guid><dc:creator><![CDATA[lerux]]></dc:creator><pubDate>Thu, 08 Dec 2005 19:09:56 GMT</pubDate></item><item><title><![CDATA[Reply to was ist da falsch? geht das überhaupt so? on Thu, 08 Dec 2005 20:32:50 GMT]]></title><description><![CDATA[<p>so. ich habe das gleiche problem.<br />
habe heude genauso mit der api begonnen</p>
<p>es kam aber keine messagebox!!!<br />
genauso wie im buch habe ich es getippt...<br />
keine ahnung...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/937680</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/937680</guid><dc:creator><![CDATA[fdfsdfsd]]></dc:creator><pubDate>Thu, 08 Dec 2005 20:32:50 GMT</pubDate></item><item><title><![CDATA[Reply to was ist da falsch? geht das überhaupt so? on Thu, 08 Dec 2005 20:35:58 GMT]]></title><description><![CDATA[<p>Fehlermeldung?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/937684</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/937684</guid><dc:creator><![CDATA[guenni81]]></dc:creator><pubDate>Thu, 08 Dec 2005 20:35:58 GMT</pubDate></item><item><title><![CDATA[Reply to was ist da falsch? geht das überhaupt so? on Thu, 08 Dec 2005 20:41:45 GMT]]></title><description><![CDATA[<p>einwandfrei compiliert<br />
mit c++ 6.0 (borland)<br />
wisst ihr wie mich das aufgeregt hat?<br />
aber wenn ich gerade überlege - weiß ich wo der fehler war... falsche datei....</p>
<p>FUNZT DOCH!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/937688</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/937688</guid><dc:creator><![CDATA[dern00b]]></dc:creator><pubDate>Thu, 08 Dec 2005 20:41:45 GMT</pubDate></item><item><title><![CDATA[Reply to was ist da falsch? geht das überhaupt so? on Fri, 09 Dec 2005 16:52:48 GMT]]></title><description><![CDATA[<pre><code class="language-cpp">#define MB_OK               0x00000000L
#define MB_OKCANCEL         0x00000001L
#define MB_ABORTRETRYIGNORE 0x00000002L
#define MB_YESNOCANCEL      0x00000003L
#define MB_YESNO            0x00000004L
#define MB_RETRYCANCEL      0x00000005L
#define MB_DEFBUTTON1       0x00000000L
#define MB_DEFBUTTON2       0x00000100L
#define MB_DEFBUTTON3       0x00000200L
#define MB_DEFBUTTON4       0x00000300L
#define MB_ICONHAND         0x00000010L
#define MB_ICONQUESTION     0x00000020L
#define MB_ICONEXCLAMATION  0x00000030L
#define MB_ICONASTERISK     0x00000040L
#define MB_HELP             0x00004000L
</code></pre>
<p>Das muss man nicht selbst machen (?)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/938306</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/938306</guid><dc:creator><![CDATA[xindon]]></dc:creator><pubDate>Fri, 09 Dec 2005 16:52:48 GMT</pubDate></item></channel></rss>