<?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[Problem beim Compilieren!]]></title><description><![CDATA[<p>Guten Abend!</p>
<p>Ich habe ein kleines Spiel geschrieben und wollte es nun Compilieren! Nun kam jedoch leider eine kleinen Fehlermeldung! Diese lautet:</p>
<p>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(147,5): error : Das Element &lt;RuntimeLibrary&gt; weist den ungültigen Wert &quot;Multithreaded-Debug-DLL (/MDd), Multithreaded-DLL&quot; auf.</p>
<p>Kann mir jemand helfen???</p>
<p>würde mich echt freuen!</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/288267/problem-beim-compilieren</link><generator>RSS for Node</generator><lastBuildDate>Thu, 20 Aug 2026 02:19:16 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/288267.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 13 Jun 2011 16:04:56 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 16:04:56 GMT]]></title><description><![CDATA[<p>Guten Abend!</p>
<p>Ich habe ein kleines Spiel geschrieben und wollte es nun Compilieren! Nun kam jedoch leider eine kleinen Fehlermeldung! Diese lautet:</p>
<p>C:\Programme\MSBuild\Microsoft.Cpp\v4.0\Platforms\Win32\Microsoft.Cpp.Win32.Targets(147,5): error : Das Element &lt;RuntimeLibrary&gt; weist den ungültigen Wert &quot;Multithreaded-Debug-DLL (/MDd), Multithreaded-DLL&quot; auf.</p>
<p>Kann mir jemand helfen???</p>
<p>würde mich echt freuen!</p>
<p>MFG</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077546</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077546</guid><dc:creator><![CDATA[Freakycoder]]></dc:creator><pubDate>Mon, 13 Jun 2011 16:04:56 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 16:19:44 GMT]]></title><description><![CDATA[<p>Es würde helfen, den Code zu sehen, der den Fehler verursacht. Außerdem sieht mir das sehr nach WinAPI aus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077551</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077551</guid><dc:creator><![CDATA[SeppJ]]></dc:creator><pubDate>Mon, 13 Jun 2011 16:19:44 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 16:30:10 GMT]]></title><description><![CDATA[<p>Naja es sind ja mehrere Codes! Soll ich jetzt alle hier Posten?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077555</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077555</guid><dc:creator><![CDATA[freakycoder]]></dc:creator><pubDate>Mon, 13 Jun 2011 16:30:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 16:37:10 GMT]]></title><description><![CDATA[<p>Nein. Nur die Stelle, an welcher der Fehler auftritt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077558</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077558</guid><dc:creator><![CDATA[EOutOfResources]]></dc:creator><pubDate>Mon, 13 Jun 2011 16:37:10 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 16:41:03 GMT]]></title><description><![CDATA[<p>Überall tritt dieser Fehler auf! Er sagt immer das!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077559</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077559</guid><dc:creator><![CDATA[freakycoder]]></dc:creator><pubDate>Mon, 13 Jun 2011 16:41:03 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 16:50:35 GMT]]></title><description><![CDATA[<p>Dann ist es entweder ein Linker-Fehler oder du hast keine Ahnung wie man Fehler liest.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077568</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077568</guid><dc:creator><![CDATA[EOutOfResources]]></dc:creator><pubDate>Mon, 13 Jun 2011 16:50:35 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 17:09:01 GMT]]></title><description><![CDATA[<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/19847">@freaky</a></p>
<p>Kontrollier mal dein Projekteinstellungen unter:<br />
&quot;Project&quot; -&gt; &quot;Properties&quot; -&gt; &quot;C/C++&quot; -&gt; &quot;Code Generation&quot; -&gt; &quot;Runtime Library&quot;</p>
<p>VS ist berüchtigt dafür, sich gelegentlich zu verheddern.</p>
<p>EDIT: Vertippser.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077578</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077578</guid><dc:creator><![CDATA[Caligulaminus]]></dc:creator><pubDate>Mon, 13 Jun 2011 17:09:01 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 17:12:46 GMT]]></title><description><![CDATA[<p>Caligulaminus schrieb:</p>
<blockquote>
<p><a class="plugin-mentions-user plugin-mentions-a" href="https://www.c-plusplus.net/forum/uid/19847">@freaky</a></p>
<p>Kontrollier mal dein Projekteinstellungen unter:<br />
&quot;Project&quot; -&gt; &quot;Properties&quot; -&gt; &quot;C/C++&quot; -&gt; &quot;Code Generation&quot; -&gt; &quot;Runtime Library&quot;</p>
<p>VS ist berüchtigt dafür, sich gelegentlich zu verheddern.</p>
<p>EDIT: Vertippser.</p>
</blockquote>
<p>Ok vielen Dank erstmal! Aber auf was soll ich da jetzt prüfen? was muss da stehen? Danke!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077580</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077580</guid><dc:creator><![CDATA[freakycoder]]></dc:creator><pubDate>Mon, 13 Jun 2011 17:12:46 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 17:34:09 GMT]]></title><description><![CDATA[<p>Welche Version von VS hast Du?<br />
In neueren Versionen gibt's nur noch die multithreaded Runtime.<br />
In der debug-Version sollte man sinnvollerweise die debug-Runtime nehmen und in der release-Version eben nicht.</p>
<p>Ich denke, Du solltest den Eintrag mal umstellen und bestätigen und dann wieder auf den gewünschten stellen.</p>
<p>Nur'n Bauchgefühl.</p>
<p>P.S.: DLL oder nicht besagt, ob die verwendeten C-Lib-Funktionen direkt in das Programm gelinkt werden oder nicht(DLL-Version).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077591</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077591</guid><dc:creator><![CDATA[Caligulaminus]]></dc:creator><pubDate>Mon, 13 Jun 2011 17:34:09 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 17:36:24 GMT]]></title><description><![CDATA[<p>Ich habe die Verion 2010!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077593</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077593</guid><dc:creator><![CDATA[freakycoder]]></dc:creator><pubDate>Mon, 13 Jun 2011 17:36:24 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 18:02:00 GMT]]></title><description><![CDATA[<p>Hat denn mein Ansatz geholfen? Oder war's nix?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077612</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077612</guid><dc:creator><![CDATA[Caligulaminus]]></dc:creator><pubDate>Mon, 13 Jun 2011 18:02:00 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 19:02:12 GMT]]></title><description><![CDATA[<p>Hat niemand hier eine Lösung??? Bitte!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077647</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077647</guid><dc:creator><![CDATA[freakycoder]]></dc:creator><pubDate>Mon, 13 Jun 2011 19:02:12 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 19:03:18 GMT]]></title><description><![CDATA[<p>Caligulaminus schrieb:</p>
<blockquote>
<p>Hat denn mein Ansatz geholfen? Oder war's nix?</p>
</blockquote>
<p>Nein hat leider nichts gebracht! <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f61e.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--disappointed_face"
      title=":("
      alt="😞"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077649</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077649</guid><dc:creator><![CDATA[freakycoder]]></dc:creator><pubDate>Mon, 13 Jun 2011 19:03:18 GMT</pubDate></item><item><title><![CDATA[Reply to Problem beim Compilieren! on Mon, 13 Jun 2011 19:15:38 GMT]]></title><description><![CDATA[<p>Deiner Fehlermeldung nach bin ich noch nicht von meiner Idee ab.</p>
<p>Ich würde jetzt einfach mal ein neues, leeres Projekt erstellen und dann meinen Code hineinkopieren.</p>
<p>Ich denke halt, es liegt an kaputten Projekteinstellungen.</p>
<p>Holzweg - wie immer - natürlich nicht ausgeschlossen...</p>
<p>EDIT: Ästhetik</p>
]]></description><link>https://www.c-plusplus.net/forum/post/2077650</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/2077650</guid><dc:creator><![CDATA[Caligulaminus]]></dc:creator><pubDate>Mon, 13 Jun 2011 19:15:38 GMT</pubDate></item></channel></rss>