<?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[Informationen im Task-Manager]]></title><description><![CDATA[<p>Guten Tag,</p>
<p>ich benutze den &quot;Process Explorer&quot;. Er ersetzt meinen Task-Manager. Bei den Prozessen werden Informationen über den Prozess angezeigt.</p>
<p>Bei meinem Programm werden folgende Informationen gar nicht angezeigt:</p>
<p>- Das Icon<br />
- Description<br />
- Company Name</p>
<p>Ich habe in mein Projekt eine &quot;Version&quot; Ressource eingebunden. Wenn ich über den Explorer die Informationen der Exe-Datei aufrufe, werden die Infos auch angezeigt. Im Process Explorer wie gesagt nicht...</p>
<p>Was muss ich machen um dort meine Infos hin zu bekommen?</p>
<p>Danke, Manuel. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/topic/83136/informationen-im-task-manager</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 09:38:28 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/83136.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Aug 2004 07:44:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Informationen im Task-Manager on Wed, 18 Aug 2004 07:44:59 GMT]]></title><description><![CDATA[<p>Guten Tag,</p>
<p>ich benutze den &quot;Process Explorer&quot;. Er ersetzt meinen Task-Manager. Bei den Prozessen werden Informationen über den Prozess angezeigt.</p>
<p>Bei meinem Programm werden folgende Informationen gar nicht angezeigt:</p>
<p>- Das Icon<br />
- Description<br />
- Company Name</p>
<p>Ich habe in mein Projekt eine &quot;Version&quot; Ressource eingebunden. Wenn ich über den Explorer die Informationen der Exe-Datei aufrufe, werden die Infos auch angezeigt. Im Process Explorer wie gesagt nicht...</p>
<p>Was muss ich machen um dort meine Infos hin zu bekommen?</p>
<p>Danke, Manuel. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title=":)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/585119</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/585119</guid><dc:creator><![CDATA[Ellek]]></dc:creator><pubDate>Wed, 18 Aug 2004 07:44:59 GMT</pubDate></item><item><title><![CDATA[Reply to Informationen im Task-Manager on Sun, 22 Aug 2004 00:16:44 GMT]]></title><description><![CDATA[<p>Wenn ich ein neues Projekt mache, werden die Informationen angezeigt... Woran kann es liegen, dass die Informationen von meinem aktuellen Projekt dort nicht angezeigt werden? Ich verstehe es einfach nicht... <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Auszug aus der Tool.rc:</p>
<pre><code class="language-cpp">/////////////////////////////////////////////////////////////////////////////
//
// Version
//

VS_VERSION_INFO VERSIONINFO
 FILEVERSION 0,9,2,0
 PRODUCTVERSION 0,9,2,0
 FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
 FILEFLAGS 0x1L
#else
 FILEFLAGS 0x0L
#endif
 FILEOS 0x4L
 FILETYPE 0x1L
 FILESUBTYPE 0x0L
BEGIN
    BLOCK &quot;StringFileInfo&quot;
    BEGIN
        BLOCK &quot;040704e4&quot;
        BEGIN
            VALUE &quot;Comments&quot;, &quot;Tool&quot;
            VALUE &quot;CompanyName&quot;, &quot;Meine Firma&quot;
            VALUE &quot;Copyright (C) 2004&quot;, &quot;Ich&quot;
            VALUE &quot;FileDescription&quot;, &quot;Tool&quot;
            VALUE &quot;FileVersion&quot;, &quot;0.9b&quot;
            VALUE &quot;InternalName&quot;, &quot;Tool.exe&quot;
            VALUE &quot;OriginalFilename&quot;, &quot;Tool.exe&quot;
            VALUE &quot;ProductName&quot;, &quot;Tool&quot;
            VALUE &quot;ProductVersion&quot;, &quot;0.9b&quot;
        END
    END
    BLOCK &quot;VarFileInfo&quot;
    BEGIN
        VALUE &quot;Translation&quot;, 0x407, 1252
    END
END
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/588060</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/588060</guid><dc:creator><![CDATA[Ellek]]></dc:creator><pubDate>Sun, 22 Aug 2004 00:16:44 GMT</pubDate></item></channel></rss>