<?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[VC++ 2005]]></title><description><![CDATA[<p>Ich habe mir Visual C++ 2005 Standart gekauft und habe mir eine Win32 App erstellt.<br />
Dann habe ich mir ein Manifest hinzugefügt, mein Problem ist jetzt aber, dass ich die Manifestdatei in 1 umbennen muss. Wie funktioniert das, ich finde nirgenswo einen Menueintrag mit umbennen.</p>
<p>danke schonmal im Vorraus</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133913/vc-2005</link><generator>RSS for Node</generator><lastBuildDate>Sat, 11 Jul 2026 17:34:17 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133913.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Jan 2006 10:23:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 10:23:50 GMT]]></title><description><![CDATA[<p>Ich habe mir Visual C++ 2005 Standart gekauft und habe mir eine Win32 App erstellt.<br />
Dann habe ich mir ein Manifest hinzugefügt, mein Problem ist jetzt aber, dass ich die Manifestdatei in 1 umbennen muss. Wie funktioniert das, ich finde nirgenswo einen Menueintrag mit umbennen.</p>
<p>danke schonmal im Vorraus</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972639</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972639</guid><dc:creator><![CDATA[spastyxyz]]></dc:creator><pubDate>Sun, 22 Jan 2006 10:23:50 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 10:38:49 GMT]]></title><description><![CDATA[<p>Warum willst Du ein Manifest hinzufügen? Eigentlich macht es der Manifest-Compiler selber (siehe Projekteinstellungen).</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972652</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972652</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sun, 22 Jan 2006 10:38:49 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 10:43:50 GMT]]></title><description><![CDATA[<p>und was müsste ich da einstellen??<br />
Sorry, ich kenne mich noch nicht mit der Umgebung aus.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972656</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972656</guid><dc:creator><![CDATA[spastyxz]]></dc:creator><pubDate>Sun, 22 Jan 2006 10:43:50 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 10:48:50 GMT]]></title><description><![CDATA[<p>Eigentlich gar nichts, da dies schon bei einem neuen Projekt automatisch gemacht wurde... vielleicht solltest Du zuerst mal Dein Problem schildern <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>
<p>Bei mir steht unter &quot;Project|Properties...|Configuration Properties|Manifest Tool|Input and Output:&quot;</p>
<blockquote>
<p>Embedd-Manifest: Yes<br />
Output manifest file: (IntDir)\\(TargetFileName).embed.manifest<br />
Manifest resource file: (IntDir)\\(TargetFileName).embed.manifest.res</p>
</blockquote>
<p>Und das Menifest sieht in der Debug-Version so aus:</p>
<blockquote>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;<br />
&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt;<br />
&lt;dependency&gt;<br />
&lt;dependentAssembly&gt;<br />
&lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.VC80.DebugCRT&quot; version=&quot;8.0.50608.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;&gt;&lt;/assemblyIdentity&gt;<br />
&lt;/dependentAssembly&gt;<br />
&lt;/dependency&gt;<br />
&lt;dependency&gt;<br />
&lt;dependentAssembly&gt;<br />
&lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.VC80.DebugMFC&quot; version=&quot;8.0.50608.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;&gt;&lt;/assemblyIdentity&gt;<br />
&lt;/dependentAssembly&gt;<br />
&lt;/dependency&gt;<br />
&lt;dependency&gt;<br />
&lt;dependentAssembly&gt;<br />
&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;/assemblyIdentity&gt;<br />
&lt;/dependentAssembly&gt;<br />
&lt;/dependency&gt;<br />
&lt;/assembly&gt;</p>
</blockquote>
]]></description><link>https://www.c-plusplus.net/forum/post/972661</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972661</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sun, 22 Jan 2006 10:48:50 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 11:15:52 GMT]]></title><description><![CDATA[<p>Ich habe ein leeres Win32 Projekt angelegt. Dann ne Fensterprozedur und ein Button, adeqr der Button ist im Win98 Style. Mit VC++ 6.0 konnte man ja eine Manifestdatei hinzufügen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972672</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972672</guid><dc:creator><![CDATA[dafasd]]></dc:creator><pubDate>Sun, 22 Jan 2006 11:15:52 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 11:21:26 GMT]]></title><description><![CDATA[<p>Bei mir steht nur das in der Manifest Datei:</p>
<p>&lt;?xml version='1.0' encoding='UTF-8' standalone='yes'?&gt;<br />
&lt;assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'&gt;<br />
&lt;dependency&gt;<br />
&lt;dependentAssembly&gt;<br />
&lt;assemblyIdentity type='win32' name='Microsoft.VC80.DebugCRT' version='8.0.50608.0' processorArchitecture='x86' publicKeyToken='1fc8b3b9a1e18e3b' /&gt;<br />
&lt;/dependentAssembly&gt;<br />
&lt;/dependency&gt;<br />
&lt;/assembly&gt;</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972673</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972673</guid><dc:creator><![CDATA[vhjhk]]></dc:creator><pubDate>Sun, 22 Jan 2006 11:21:26 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 11:39:39 GMT]]></title><description><![CDATA[<p>Kann ich den Compiler beibringen, das er:</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;yes&quot;?&gt;<br />
&lt;assembly xmlns=&quot;urn:schemas-microsoft-com:asm.v1&quot; manifestVersion=&quot;1.0&quot;&gt;<br />
&lt;dependency&gt;<br />
&lt;dependentAssembly&gt;<br />
&lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.VC80.DebugCRT&quot; version=&quot;8.0.50608.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;&gt;&lt;/assemblyIdentity&gt;<br />
&lt;/dependentAssembly&gt;<br />
&lt;/dependency&gt;<br />
&lt;dependency&gt;<br />
&lt;dependentAssembly&gt;<br />
&lt;assemblyIdentity type=&quot;win32&quot; name=&quot;Microsoft.VC80.DebugMFC&quot; version=&quot;8.0.50608.0&quot; processorArchitecture=&quot;x86&quot; publicKeyToken=&quot;1fc8b3b9a1e18e3b&quot;&gt;&lt;/assemblyIdentity&gt;<br />
&lt;/dependentAssembly&gt;<br />
&lt;/dependency&gt;<br />
&lt;dependency&gt;<br />
&lt;dependentAssembly&gt;<br />
&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;/assemblyIdentity&gt;<br />
&lt;/dependentAssembly&gt;<br />
&lt;/dependency&gt;<br />
&lt;/assembly&gt;</p>
<p>erzeugen soll?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972682</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972682</guid><dc:creator><![CDATA[gdh]]></dc:creator><pubDate>Sun, 22 Jan 2006 11:39:39 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 12:04:55 GMT]]></title><description><![CDATA[<p>Keine Hilfe?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972699</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972699</guid><dc:creator><![CDATA[0iü]]></dc:creator><pubDate>Sun, 22 Jan 2006 12:04:55 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 14:31:50 GMT]]></title><description><![CDATA[<p>Gedul, geduld... heute ist ja schliesslich Sonntag...</p>
<p>Also:<br />
<a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=53268&amp;SiteID=1" rel="nofollow">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=53268&amp;SiteID=1</a><br />
=&gt;</p>
<pre><code class="language-cpp">#include &lt;commctrl.h&gt;
#pragma comment(lib, &quot;comctl32.lib&quot;)
#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;)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/972839</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972839</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sun, 22 Jan 2006 14:31:50 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 14:51:18 GMT]]></title><description><![CDATA[<p>Jop, funktioniert.</p>
<p>#include &lt;commctrl.h&gt;<br />
#pragma comment(lib, &quot;comctl32.lib&quot;)<br />
#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;)</p>
<p>--&gt; Kann ich das auch umgehen?</p>
<p>Wenn ich ein MFC Projekt anlege, dann funktioniert es mit dem Manifest.<br />
--&gt; Kann man die Compiler defaults verändern?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972854</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972854</guid><dc:creator><![CDATA[xpf]]></dc:creator><pubDate>Sun, 22 Jan 2006 14:51:18 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 15:00:31 GMT]]></title><description><![CDATA[<p>xpf schrieb:</p>
<blockquote>
<p>--&gt; Kann ich das auch umgehen?</p>
</blockquote>
<p>Was willst Du denn umgehen?</p>
<p>xpf schrieb:</p>
<blockquote>
<p>Wenn ich ein MFC Projekt anlege, dann funktioniert es mit dem Manifest.</p>
</blockquote>
<p>Dann schau halt mal in die Include-Dateien für die MFC <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/972865</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972865</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sun, 22 Jan 2006 15:00:31 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 16:15:49 GMT]]></title><description><![CDATA[<p>Ich wollte wissen, ob man es im Manifest Tool einstellen kann??</p>
]]></description><link>https://www.c-plusplus.net/forum/post/972938</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/972938</guid><dc:creator><![CDATA[007]]></dc:creator><pubDate>Sun, 22 Jan 2006 16:15:49 GMT</pubDate></item><item><title><![CDATA[Reply to VC++ 2005 on Sun, 22 Jan 2006 18:20:44 GMT]]></title><description><![CDATA[<p>Im Manifest-Tool kannst Du den Pfad auf eine zusätzliche Datei angeben... das wird dann zusätzlich zu den &quot;#pragma&quot; manifests hinzugefügt.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/973082</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/973082</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sun, 22 Jan 2006 18:20:44 GMT</pubDate></item></channel></rss>