<?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[WinAPI: Wie FileVersionsInfo auslesen?]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich über die Windows API die Versionsinfo einer Datei bekommen?<br />
Ich habe an GetFileVersionsInfo oder so gedacht und hab auch schon einiges ausprobbiert, allerdings ist nie was lauffähiges bei rausgekommen.<br />
Vielleicht kann mir ja jemand helfen!</p>
<p>Gruß<br />
Florian</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/133985/winapi-wie-fileversionsinfo-auslesen</link><generator>RSS for Node</generator><lastBuildDate>Sun, 12 Jul 2026 11:47:09 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/133985.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 22 Jan 2006 18:56:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to WinAPI: Wie FileVersionsInfo auslesen? on Sun, 22 Jan 2006 18:56:34 GMT]]></title><description><![CDATA[<p>Hi,</p>
<p>wie kann ich über die Windows API die Versionsinfo einer Datei bekommen?<br />
Ich habe an GetFileVersionsInfo oder so gedacht und hab auch schon einiges ausprobbiert, allerdings ist nie was lauffähiges bei rausgekommen.<br />
Vielleicht kann mir ja jemand helfen!</p>
<p>Gruß<br />
Florian</p>
]]></description><link>https://www.c-plusplus.net/forum/post/973124</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/973124</guid><dc:creator><![CDATA[C++ Programmierer]]></dc:creator><pubDate>Sun, 22 Jan 2006 18:56:34 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI: Wie FileVersionsInfo auslesen? on Sun, 22 Jan 2006 19:06:42 GMT]]></title><description><![CDATA[<p>Hier könntest du den Sourcecode dafür z.B. angucken:<br />
<a href="http://www.codeproject.com/file/fileversioninfo.asp" rel="nofollow">http://www.codeproject.com/file/fileversioninfo.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/973138</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/973138</guid><dc:creator><![CDATA[geeky]]></dc:creator><pubDate>Sun, 22 Jan 2006 19:06:42 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI: Wie FileVersionsInfo auslesen? on Sat, 11 Feb 2006 14:45:45 GMT]]></title><description><![CDATA[<p>Sorry dass ich erst so spät antworte und Danke für Deine Antwort!</p>
<p>Leider funktioniert das nicht ganz so wie ich das haben will...<br />
wenn ich das Programm (ich hab alle für meine Verwendung unötigen Teile entfernt) compiliere kommt folgende Fehlermeldung:<br />
(gcc compiler)</p>
<pre><code>[CMD] &quot;c:\mingw\bin\gcc&quot; -o &quot;C:\PROGRAMME\RELO\temp\Project1.exe&quot;  &quot;C:\PROGRAMME\RELO\temp\Project1.o&quot;   -lstdc++ -W -Wall 
C:\PROGRAMME\RELO\temp\Project1.o(.text+0x1b7):Project1.cpp: undefined reference to `GetFileVersionInfoSizeA@8'
C:\PROGRAMME\RELO\temp\Project1.o(.text+0x292):Project1.cpp: undefined reference to `GetFileVersionInfoA@16'
C:\PROGRAMME\RELO\temp\Project1.o(.text+0x2f7):Project1.cpp: undefined reference to `VerQueryValueA@16'
C:\PROGRAMME\RELO\temp\Project1.o(.text+0x389):Project1.cpp: undefined reference to `VerQueryValueA@16'
C:\PROGRAMME\RELO\temp\Project1.o(.text+0x3c8):Project1.cpp: undefined reference to `VerQueryValueA@16'
C:\PROGRAMME\RELO\temp\Project1.o(.text+0x51f):Project1.cpp: undefined reference to `VerQueryValueA@16'
collect2: ld returned 1 exit status
</code></pre>
<p>Weiß jemand mit dieser Fehlermeldung was anzufangen ?</p>
<p>Gruß<br />
Florian</p>
]]></description><link>https://www.c-plusplus.net/forum/post/991599</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/991599</guid><dc:creator><![CDATA[C++ Programmierer]]></dc:creator><pubDate>Sat, 11 Feb 2006 14:45:45 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI: Wie FileVersionsInfo auslesen? on Sat, 11 Feb 2006 14:50:39 GMT]]></title><description><![CDATA[<p>Du musst noch die &quot;Version.lib&quot; linken...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/991602</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/991602</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sat, 11 Feb 2006 14:50:39 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI: Wie FileVersionsInfo auslesen? on Sat, 11 Feb 2006 15:01:25 GMT]]></title><description><![CDATA[<p>Wie mach ich das? <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>EDIT: Danke! Das Einbindeproblem hab ich gelöst!</p>
]]></description><link>https://www.c-plusplus.net/forum/post/991605</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/991605</guid><dc:creator><![CDATA[C++ Programmierer]]></dc:creator><pubDate>Sat, 11 Feb 2006 15:01:25 GMT</pubDate></item><item><title><![CDATA[Reply to WinAPI: Wie FileVersionsInfo auslesen? on Sat, 11 Feb 2006 14:54:51 GMT]]></title><description><![CDATA[<p>Das musst Du bei &quot;mingw&quot; Fragen...</p>
]]></description><link>https://www.c-plusplus.net/forum/post/991611</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/991611</guid><dc:creator><![CDATA[Jochen Kalmbach]]></dc:creator><pubDate>Sat, 11 Feb 2006 14:54:51 GMT</pubDate></item></channel></rss>