<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://fmplugins.idma.nz/index.php?action=history&amp;feed=atom&amp;title=Adding_Windows_Version_Info</id>
		<title>Adding Windows Version Info - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://fmplugins.idma.nz/index.php?action=history&amp;feed=atom&amp;title=Adding_Windows_Version_Info"/>
		<link rel="alternate" type="text/html" href="https://fmplugins.idma.nz/index.php?title=Adding_Windows_Version_Info&amp;action=history"/>
		<updated>2026-04-07T01:45:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.27.1</generator>

	<entry>
		<id>https://fmplugins.idma.nz/index.php?title=Adding_Windows_Version_Info&amp;diff=93&amp;oldid=prev</id>
		<title>Admin: New page: By default, the FM 7 API doesn&#039;t add the &#039;Version&#039; information to the compiled plugin on windows.  You can include this by copying from the FM5.5 API the Version Info.   Add the following ...</title>
		<link rel="alternate" type="text/html" href="https://fmplugins.idma.nz/index.php?title=Adding_Windows_Version_Info&amp;diff=93&amp;oldid=prev"/>
				<updated>2007-07-11T21:09:10Z</updated>
		
		<summary type="html">&lt;p&gt;New page: By default, the FM 7 API doesn&amp;#039;t add the &amp;#039;Version&amp;#039; information to the compiled plugin on windows.  You can include this by copying from the FM5.5 API the Version Info.   Add the following ...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;By default, the FM 7 API doesn&amp;#039;t add the &amp;#039;Version&amp;#039; information to the compiled plugin on windows.  You can include this by copying from the FM5.5 API the Version Info.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Add the following lines into the &amp;#039;FMPluginExample.rc&amp;#039;  file on windows.  I put it just before the first &amp;#039;STRINGTABLE&amp;#039;&lt;br /&gt;
&lt;br /&gt;
Replace the 1,0,1,0 and  1.01  with your current version info.&lt;br /&gt;
&lt;br /&gt;
Replace &amp;#039;IDMA&amp;#039; with your product name.&lt;br /&gt;
&lt;br /&gt;
I was unable to remove any of the &amp;#039;VALUE&amp;#039; lines without breaking the version functionality. I suspect it&amp;#039;s tied to the BLOCK line, but didn&amp;#039;t investigate further.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 1 VERSIONINFO&lt;br /&gt;
  FILEVERSION 1,0,1,0&lt;br /&gt;
  PRODUCTVERSION 5,5,3,0&lt;br /&gt;
  FILEFLAGSMASK 0x3fL&lt;br /&gt;
  FILEFLAGS 0x20L&lt;br /&gt;
  FILEOS 0x4L&lt;br /&gt;
  FILETYPE 0x1L&lt;br /&gt;
  FILESUBTYPE 0x0L&lt;br /&gt;
 BEGIN&lt;br /&gt;
    BLOCK &amp;quot;StringFileInfo&amp;quot;&lt;br /&gt;
    BEGIN&lt;br /&gt;
        BLOCK &amp;quot;040904e4&amp;quot;&lt;br /&gt;
        BEGIN&lt;br /&gt;
            VALUE &amp;quot;CompanyName&amp;quot;, &amp;quot;IDMA.\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;FileDescription&amp;quot;, &amp;quot;IDMA Plug-in\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;FileVersion&amp;quot;, &amp;quot;1.01 14/07/07\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;InternalName&amp;quot;, &amp;quot;IDMA_Plugin\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;LegalCopyright&amp;quot;, &amp;quot;© IDMA, 2007\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;OriginalFilename&amp;quot;, &amp;quot;IDMA_Plugin.fmx\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;ProductName&amp;quot;, &amp;quot;IDMA Plugin\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;ProductVersion&amp;quot;, &amp;quot;1.01 14/07/2007\0&amp;quot;&lt;br /&gt;
            VALUE &amp;quot;SpecialBuild&amp;quot;, &amp;quot;&amp;lt;20050714&amp;gt;\0&amp;quot;&lt;br /&gt;
        END&lt;br /&gt;
    END&lt;br /&gt;
    BLOCK &amp;quot;VarFileInfo&amp;quot;&lt;br /&gt;
    BEGIN&lt;br /&gt;
        VALUE &amp;quot;Translation&amp;quot;, 0x409, 1252&lt;br /&gt;
    END&lt;br /&gt;
 END&lt;/div&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	</feed>