<?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[exe nicht ausfuehrbar]]></title><description><![CDATA[<p>Hy,<br />
ich lern gerade c++ und habe ein Hallo Welt &quot;programm&quot; geschrieben und mit Visual C++ 2005 erstellt.<br />
Nun hab ich das Problem, dass ich es auf einem anderen Rechner nicht ausfuehren kann.<br />
Aber wenn ich es mit visual c++ 6.0 (Autoren Edition) erstelle funktioniert es, allerdings mit dem pop-up am Anfang &quot;nicht zum Weitervertrieb usw.&quot;<br />
Könnt ihr mir sagen warum es mit VC++ 2005 nicht klappt?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/161559/exe-nicht-ausfuehrbar</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 06:13:46 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/161559.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 08 Oct 2006 08:11:43 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to exe nicht ausfuehrbar on Sun, 08 Oct 2006 08:11:43 GMT]]></title><description><![CDATA[<p>Hy,<br />
ich lern gerade c++ und habe ein Hallo Welt &quot;programm&quot; geschrieben und mit Visual C++ 2005 erstellt.<br />
Nun hab ich das Problem, dass ich es auf einem anderen Rechner nicht ausfuehren kann.<br />
Aber wenn ich es mit visual c++ 6.0 (Autoren Edition) erstelle funktioniert es, allerdings mit dem pop-up am Anfang &quot;nicht zum Weitervertrieb usw.&quot;<br />
Könnt ihr mir sagen warum es mit VC++ 2005 nicht klappt?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1151289</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1151289</guid><dc:creator><![CDATA[rolli7]]></dc:creator><pubDate>Sun, 08 Oct 2006 08:11:43 GMT</pubDate></item><item><title><![CDATA[Reply to exe nicht ausfuehrbar on Sun, 08 Oct 2006 09:00:21 GMT]]></title><description><![CDATA[<p>Dieser Thread wurde von Moderator/in <a href="http://www.c-plusplus.net/forum/profile.php?mode=viewprofile&amp;u=403" rel="nofollow">HumeSikkins</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=15" rel="nofollow">C++</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=1" rel="nofollow">MFC (Visual C++)</a> verschoben.</p>
<p>Im Zweifelsfall bitte auch folgende Hinweise beachten:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic.php?t=39405" rel="nofollow">C/C++ Forum :: FAQ - Sonstiges :: Wohin mit meiner Frage?</a></p>
<p><em>Dieses Posting wurde automatisch erzeugt.</em></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1151306</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1151306</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Sun, 08 Oct 2006 09:00:21 GMT</pubDate></item><item><title><![CDATA[Reply to exe nicht ausfuehrbar on Sun, 08 Oct 2006 09:15:06 GMT]]></title><description><![CDATA[<p>Weil sich das Deployment-Verfahren für Windows-Anwendungen geändert hat. In der MSDN wird das auch beschrieben, habe die URL nicht zur Hand. Hier ist aber ein anderer:<br />
<a href="http://www.codeproject.com/cpp/vcredists_x86.asp" rel="nofollow">http://www.codeproject.com/cpp/vcredists_x86.asp</a></p>
<p>Wenn du es ganz einfach haben willst: einfach die Runtime statisch linken (findest du in den Projekteinstellungen). <a href="http://www.codeproject.com/cpp/vcredists_x86.asp#StaticLinking" rel="nofollow">http://www.codeproject.com/cpp/vcredists_x86.asp#StaticLinking</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1151310</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1151310</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sun, 08 Oct 2006 09:15:06 GMT</pubDate></item><item><title><![CDATA[Reply to exe nicht ausfuehrbar on Sun, 08 Oct 2006 10:23:03 GMT]]></title><description><![CDATA[<p>Wenn ich multithreaded auswähle erscheint beim compilieren folgender Fehler:</p>
<blockquote>
<p>cl : Befehlszeile error D8016 : Die Befehlszeilenoptionen /MT und /clr sind inkompatibel.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1151346</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1151346</guid><dc:creator><![CDATA[rolli7]]></dc:creator><pubDate>Sun, 08 Oct 2006 10:23:03 GMT</pubDate></item><item><title><![CDATA[Reply to exe nicht ausfuehrbar on Sun, 08 Oct 2006 10:25:34 GMT]]></title><description><![CDATA[<p>Wenn ich multithreaded auswähle erscheint beim compilieren folgender Fehler:</p>
<blockquote>
<p>cl : Befehlszeile error D8016 : Die Befehlszeilenoptionen /MT und /clr sind inkompatibel.</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/1151348</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1151348</guid><dc:creator><![CDATA[rolli7]]></dc:creator><pubDate>Sun, 08 Oct 2006 10:25:34 GMT</pubDate></item><item><title><![CDATA[Reply to exe nicht ausfuehrbar on Sun, 08 Oct 2006 16:57:03 GMT]]></title><description><![CDATA[<p>Gib doch einfach den Errorcode in die MSDN ein!<br />
<a href="http://msdn2.microsoft.com/de-de/library/t0cs92zx.aspx" rel="nofollow">http://msdn2.microsoft.com/de-de/library/t0cs92zx.aspx</a></p>
<p>Und wenn du clr nicht brauchst, schalte die Option doch einfach aus und dann dürfte MT funktionieren. Da ich kein MSVC2005 habe, kann ich auch nichts genaues sagen.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1151533</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1151533</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Sun, 08 Oct 2006 16:57:03 GMT</pubDate></item><item><title><![CDATA[Reply to exe nicht ausfuehrbar on Sun, 08 Oct 2006 17:43:59 GMT]]></title><description><![CDATA[<p>Ja sorry, das ist Neuland für mich...<br />
Danke dir trotzdem</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1151581</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1151581</guid><dc:creator><![CDATA[rolli7]]></dc:creator><pubDate>Sun, 08 Oct 2006 17:43:59 GMT</pubDate></item></channel></rss>