<?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[XP-Style]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich ich versuche immo mein Programm im XP-Style starten zu lassen. Ich hab die Methode mit der zusätzliche Manifestdatei versucht:</p>
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt;
&lt;assemblyIdentity
    version=&quot;1.0.0.0&quot;
    processorArchitecture=&quot;X86&quot;
    name=&quot;Microsoft.Windows.MEINPROJEKTNAME&quot;
    type=&quot;win32&quot;
/&gt;
&lt;description&gt;Beschreibung&lt;/description&gt;
&lt;dependency&gt;
    &lt;dependentAssembly&gt;
        &lt;assemblyIdentity
            type=&quot;win32&quot;
            name=&quot;Microsoft.Windows.Common-Controls&quot;
            version=&quot;6.0.0.0&quot;
            processorArchitecture=&quot;X86&quot;
            publicKeyToken=&quot;6595b64144ccf1df&quot;
            language=&quot;*&quot;
        /&gt;
    &lt;/dependentAssembly&gt;
&lt;/dependency&gt;
&lt;/assembly&gt;
</code></pre>
<p>Manifesttool-&gt;Eingabe und Ausgabe-&gt;Zusätzliche Manifestdateien: XPStyle.xml.</p>
<p>Das Programm lässt sich ohne Probleme compilieren, aber wenn ich es starten will geht VS kurz in die Debugansicht und sofort wieder raus. Wenn ich die Exe direkt starte passiert dasselbe.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/168400/xp-style</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Jul 2026 09:04:18 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/168400.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 21 Dec 2006 17:05:11 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 17:05:11 GMT]]></title><description><![CDATA[<p>Hi!</p>
<p>Ich ich versuche immo mein Programm im XP-Style starten zu lassen. Ich hab die Methode mit der zusätzliche Manifestdatei versucht:</p>
<pre><code>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;
&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt;
&lt;assemblyIdentity
    version=&quot;1.0.0.0&quot;
    processorArchitecture=&quot;X86&quot;
    name=&quot;Microsoft.Windows.MEINPROJEKTNAME&quot;
    type=&quot;win32&quot;
/&gt;
&lt;description&gt;Beschreibung&lt;/description&gt;
&lt;dependency&gt;
    &lt;dependentAssembly&gt;
        &lt;assemblyIdentity
            type=&quot;win32&quot;
            name=&quot;Microsoft.Windows.Common-Controls&quot;
            version=&quot;6.0.0.0&quot;
            processorArchitecture=&quot;X86&quot;
            publicKeyToken=&quot;6595b64144ccf1df&quot;
            language=&quot;*&quot;
        /&gt;
    &lt;/dependentAssembly&gt;
&lt;/dependency&gt;
&lt;/assembly&gt;
</code></pre>
<p>Manifesttool-&gt;Eingabe und Ausgabe-&gt;Zusätzliche Manifestdateien: XPStyle.xml.</p>
<p>Das Programm lässt sich ohne Probleme compilieren, aber wenn ich es starten will geht VS kurz in die Debugansicht und sofort wieder raus. Wenn ich die Exe direkt starte passiert dasselbe.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196245</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196245</guid><dc:creator><![CDATA[Spieler]]></dc:creator><pubDate>Thu, 21 Dec 2006 17:05:11 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 17:27:49 GMT]]></title><description><![CDATA[<p>Du musst das als Resource einfügen Typ: 24 (binary), Name: 1 <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /> .</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196256</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196256</guid><dc:creator><![CDATA[CodeFinder]]></dc:creator><pubDate>Thu, 21 Dec 2006 17:27:49 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 17:50:36 GMT]]></title><description><![CDATA[<p>Die Anwendung konnte nicht gestartet werden, weil MSVCR80D.dll nicht gefunden wurde. Neuinstallation der Anwendung könnte das Problem lösen.</p>
<p>Ich hab mal das ganze Projekt hochgeladen:<br />
<a href="http://rapidshare.com/files/8422324/Rechner.zip" rel="nofollow">http://rapidshare.com/files/8422324/Rechner.zip</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196271</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196271</guid><dc:creator><![CDATA[Spieler]]></dc:creator><pubDate>Thu, 21 Dec 2006 17:50:36 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 17:56:51 GMT]]></title><description><![CDATA[<p>Spieler schrieb:</p>
<blockquote>
<p>Die Anwendung konnte nicht gestartet werden, weil MSVCR80D.dll nicht gefunden wurde. Neuinstallation der Anwendung könnte das Problem lösen.</p>
</blockquote>
<p>Dir fehlt das Manifest für die VC8 CRT!<br />
Lass die Einstellungen so wie sie waren (also keine XML-Datei angeben und füge in Deinem Source folgendes hinzu:</p>
<pre><code class="language-cpp">#if defined _M_IX86
#pragma comment(linker,&quot;/manifestdependency:\&quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='x86' publicKeyToken='6595b64144ccf1df' language='*'\&quot;&quot;)
#elif defined _M_IA64
#pragma comment(linker,&quot;/manifestdependency:\&quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='ia64' publicKeyToken='6595b64144ccf1df' language='*'\&quot;&quot;)
#elif defined _M_X64
#pragma comment(linker,&quot;/manifestdependency:\&quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='amd64' publicKeyToken='6595b64144ccf1df' language='*'\&quot;&quot;)
#else
#pragma comment(linker,&quot;/manifestdependency:\&quot;type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' processorArchitecture='*' publicKeyToken='6595b64144ccf1df' language='*'\&quot;&quot;)
#endif
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1196274</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196274</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Thu, 21 Dec 2006 17:56:51 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 18:02:32 GMT]]></title><description><![CDATA[<p>Hi!</p>
<p>Leider habe ich jetzt wieder das Problem wie am Anfang:</p>
<blockquote>
<p>Das Programm lässt sich ohne Probleme compilieren, aber wenn ich es starten will geht VS kurz in die Debugansicht und sofort wieder raus. Wenn ich die Exe direkt starte passiert dasselbe.</p>
</blockquote>
<p>Hab auch mal ein neues Projekt gemacht, aber keine Verbesserung.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196279</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196279</guid><dc:creator><![CDATA[Spieler]]></dc:creator><pubDate>Thu, 21 Dec 2006 18:02:32 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 18:04:32 GMT]]></title><description><![CDATA[<p>Dann debugge halt mal... (F10 drücken anstelle von F5!)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196280</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196280</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Thu, 21 Dec 2006 18:04:32 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 18:11:52 GMT]]></title><description><![CDATA[<p>Also wies aussieht macht<br />
DialogBox(hInstance, MAKEINTRESOURCE(IDD_DIALOG1), NULL, WndProc);<br />
nicht das was es machen soll. Jedenfalls springt es sofort zurück und das Programm beendet sich.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196284</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196284</guid><dc:creator><![CDATA[Spieler]]></dc:creator><pubDate>Thu, 21 Dec 2006 18:11:52 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 19:04:47 GMT]]></title><description><![CDATA[<p>Ist Deine Resource korrekt eingebunden?<br />
Was für ein Wert wird zurückgeliefert?<br />
Was sagt GetLastError?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196303</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196303</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Thu, 21 Dec 2006 19:04:47 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 19:28:23 GMT]]></title><description><![CDATA[<p>Rufst du auch <em>InitCommonControls</em> auf?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196319</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196319</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 21 Dec 2006 19:28:23 GMT</pubDate></item><item><title><![CDATA[Reply to XP-Style on Thu, 21 Dec 2006 19:32:47 GMT]]></title><description><![CDATA[<p>Jetzt schon <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /><br />
Danke jetzt gehts.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1196323</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1196323</guid><dc:creator><![CDATA[Spieler]]></dc:creator><pubDate>Thu, 21 Dec 2006 19:32:47 GMT</pubDate></item></channel></rss>