<?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 mit XP-Stil Manifest]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe zurzeit ein sehr seltsames Problem mit meinem Manifest.<br />
Ich habe den VS 7.1 Compiler/IDE und habe meinem Programm ein Manifest hinzugefügt und es &quot;1&quot; genannt.<br />
Normalerweiße sollte das den XP-Stil für mein Programm aktivieren und das hat bisher immer funktioniert, bis es vom einen auf den anderen Tag nicht mehr klappte.<br />
Der Hammer ist ja, dass das Programm nun überhaupt keine GUI mehr anzeigt, weder eine selbst erstellte, geschweige einer normalen MessageBox!<br />
An meinem Code kann es eigentlich auch nicht liegen, das gleiche passiert auch wenn ich ein neues Projekt anlege mit Minimalcode.</p>
<p>Der Inhalt des Manifestes sieht so aus:</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 
    processorArchitecture=&quot;x86&quot; 
    version=&quot;5.1.0.0&quot;
    type=&quot;win32&quot;
    name=&quot;AUTORNAME&quot;/&gt;
 &lt;description&gt;PROGRAMMNAME&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;
         publicKeyToken=&quot;6595b64144ccf1df&quot;
         language=&quot;*&quot;
         processorArchitecture=&quot;x86&quot;/&gt;
  &lt;/dependentAssembly&gt;
 &lt;/dependency&gt;
&lt;/assembly&gt;
</code></pre>
<p>Und das hier ist die Resourcen Datei:</p>
<pre><code>// Microsoft Visual C++ generated resource script.
//
#include &quot;resource.h&quot;

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include &quot;afxres.h&quot;

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// German (Germany) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
#ifdef _WIN32
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// RT_MANIFEST
//

1                       RT_MANIFEST             &quot;rt_manif.bin&quot;
#endif    // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    &quot;resource.h\0&quot;
END

2 TEXTINCLUDE 
BEGIN
    &quot;#include &quot;&quot;afxres.h&quot;&quot;\r\n&quot;
    &quot;\0&quot;
END

3 TEXTINCLUDE 
BEGIN
    &quot;\r\n&quot;
    &quot;\0&quot;
END

#endif    // APSTUDIO_INVOKED

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////

#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED
</code></pre>
<p>Oder mache ich irgendetwas falsch? Bin für jeden Tipp dankbar!</p>
<p>Gruß<br />
yogle</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162231/problem-mit-xp-stil-manifest</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 03:22:05 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162231.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 16 Oct 2006 15:23:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Problem mit XP-Stil Manifest on Mon, 16 Oct 2006 15:23:33 GMT]]></title><description><![CDATA[<p>Hallo,</p>
<p>habe zurzeit ein sehr seltsames Problem mit meinem Manifest.<br />
Ich habe den VS 7.1 Compiler/IDE und habe meinem Programm ein Manifest hinzugefügt und es &quot;1&quot; genannt.<br />
Normalerweiße sollte das den XP-Stil für mein Programm aktivieren und das hat bisher immer funktioniert, bis es vom einen auf den anderen Tag nicht mehr klappte.<br />
Der Hammer ist ja, dass das Programm nun überhaupt keine GUI mehr anzeigt, weder eine selbst erstellte, geschweige einer normalen MessageBox!<br />
An meinem Code kann es eigentlich auch nicht liegen, das gleiche passiert auch wenn ich ein neues Projekt anlege mit Minimalcode.</p>
<p>Der Inhalt des Manifestes sieht so aus:</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 
    processorArchitecture=&quot;x86&quot; 
    version=&quot;5.1.0.0&quot;
    type=&quot;win32&quot;
    name=&quot;AUTORNAME&quot;/&gt;
 &lt;description&gt;PROGRAMMNAME&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;
         publicKeyToken=&quot;6595b64144ccf1df&quot;
         language=&quot;*&quot;
         processorArchitecture=&quot;x86&quot;/&gt;
  &lt;/dependentAssembly&gt;
 &lt;/dependency&gt;
&lt;/assembly&gt;
</code></pre>
<p>Und das hier ist die Resourcen Datei:</p>
<pre><code>// Microsoft Visual C++ generated resource script.
//
#include &quot;resource.h&quot;

#define APSTUDIO_READONLY_SYMBOLS
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 2 resource.
//
#include &quot;afxres.h&quot;

/////////////////////////////////////////////////////////////////////////////
#undef APSTUDIO_READONLY_SYMBOLS

/////////////////////////////////////////////////////////////////////////////
// German (Germany) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
#ifdef _WIN32
LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
#pragma code_page(1252)
#endif //_WIN32

/////////////////////////////////////////////////////////////////////////////
//
// RT_MANIFEST
//

1                       RT_MANIFEST             &quot;rt_manif.bin&quot;
#endif    // German (Germany) resources
/////////////////////////////////////////////////////////////////////////////

/////////////////////////////////////////////////////////////////////////////
// English (U.S.) resources

#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

#ifdef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// TEXTINCLUDE
//

1 TEXTINCLUDE 
BEGIN
    &quot;resource.h\0&quot;
END

2 TEXTINCLUDE 
BEGIN
    &quot;#include &quot;&quot;afxres.h&quot;&quot;\r\n&quot;
    &quot;\0&quot;
END

3 TEXTINCLUDE 
BEGIN
    &quot;\r\n&quot;
    &quot;\0&quot;
END

#endif    // APSTUDIO_INVOKED

#endif    // English (U.S.) resources
/////////////////////////////////////////////////////////////////////////////

#ifndef APSTUDIO_INVOKED
/////////////////////////////////////////////////////////////////////////////
//
// Generated from the TEXTINCLUDE 3 resource.
//

/////////////////////////////////////////////////////////////////////////////
#endif    // not APSTUDIO_INVOKED
</code></pre>
<p>Oder mache ich irgendetwas falsch? Bin für jeden Tipp dankbar!</p>
<p>Gruß<br />
yogle</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1155810</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155810</guid><dc:creator><![CDATA[yogle]]></dc:creator><pubDate>Mon, 16 Oct 2006 15:23:33 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit XP-Stil Manifest on Mon, 16 Oct 2006 15:37:57 GMT]]></title><description><![CDATA[<p>InitCommonControls(Ex)</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1155824</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155824</guid><dc:creator><![CDATA[vielleicht.]]></dc:creator><pubDate>Mon, 16 Oct 2006 15:37:57 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit XP-Stil Manifest on Mon, 16 Oct 2006 17:26:59 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=1819" rel="nofollow">rüdiger</a> aus dem Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=8" rel="nofollow">Rund um die Programmierung</a> in das Forum <a href="http://www.c-plusplus.net/forum/viewforum.php?f=4" rel="nofollow">WinAPI</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/1155884</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155884</guid><dc:creator><![CDATA[C++ Forumbot]]></dc:creator><pubDate>Mon, 16 Oct 2006 17:26:59 GMT</pubDate></item><item><title><![CDATA[Reply to Problem mit XP-Stil Manifest on Mon, 16 Oct 2006 17:55:26 GMT]]></title><description><![CDATA[<p>Jep das wars, Danke! Oh man selber kommt man nie auf so was einfaches <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>
<p>Gruß<br />
yogle</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1155898</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1155898</guid><dc:creator><![CDATA[yogle]]></dc:creator><pubDate>Mon, 16 Oct 2006 17:55:26 GMT</pubDate></item></channel></rss>