<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Getting the actual version number to show</title>
        <description> Hello,

Using WB24.  I need the exeinfo command that will give me the version as circled in the image



Using exeinfo(exeversion) gives me 24.0.155.3 which is the current version of WB24 itself.

Thanks and regards</description>
        <link>https://www.wxforum.info/read.php?27131,794489,794489#msg-794489</link>
        <lastBuildDate>Thu, 18 Jun 2026 19:50:39 +0200</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794515#msg-794515</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794515#msg-794515</link>
            <description><![CDATA[ Thanks Argus. I went back and checked the code and now have it working.<br />
<br />
Rgds<br />
Paul]]></description>
            <dc:creator>pauly139</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Tue, 02 Mar 2021 00:38:10 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794511#msg-794511</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794511#msg-794511</link>
            <description><![CDATA[ I checked, as the memory is the first thing to go and the correct syntax is<br />
<br />
ComponentInfo(&quot;&quot;,ciVersion,&quot;WDLName.wdl&quot;)<br />
<br />
Potential problems: <br />
- will not work in test mode as there is no generated wdl in that mode (at least till you publish at least once).. You can do a false publication to generate the wdl<br />
- NAME of the wdl (may not be the name of the project, check in the directories)<br />
- FOLDER of the wdl (between awp and non awp modes, the notion of &#039;currentdirectory&#039; may be different), so you MAY need to prefix the wdl name with ..\ or something like that<br />
<br />
except for that, works fine in all versions]]></description>
            <dc:creator>Argus</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Mon, 01 Mar 2021 11:01:21 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794504#msg-794504</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794504#msg-794504</link>
            <description><![CDATA[ Thanks for that. Unfortunately doesn&#039;t work in V26.<br />
<br />
Rgds<br />
Paul]]></description>
            <dc:creator>pauly139</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Sat, 27 Feb 2021 08:26:50 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794502#msg-794502</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794502#msg-794502</link>
            <description><![CDATA[ I have tested ot in windev 22 (the only one i have available right now) and it works with this code:<br />
Program version:  &quot;+ExeInfo(exeVersion)+&quot; WDL Version: &quot;+ComponentInfo(&quot;&quot;, ciVersion, Replace(Upper(ExeInfo(exeName)),&quot;.EXE&quot;,&quot;.WDL&quot;))]]></description>
            <dc:creator>pao</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Fri, 26 Feb 2021 09:36:17 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794498#msg-794498</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794498#msg-794498</link>
            <description><![CDATA[ Good idea Paulo, but doesn&#039;t work as the component shares the project context.]]></description>
            <dc:creator>pauly139</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Fri, 26 Feb 2021 07:41:42 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794493#msg-794493</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794493#msg-794493</link>
            <description><![CDATA[ Try with the ComponentInfo function.<br />
[<a href="https://doc.windev.com/en-US/?3013025&amp;name=ComponentInfo#information_about_windevwebdev_library_ELTPARAGRAPHE000323"  rel="nofollow">doc.windev.com</a>]]]></description>
            <dc:creator>pao</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Thu, 25 Feb 2021 15:47:55 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794492#msg-794492</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794492#msg-794492</link>
            <description><![CDATA[ Hi Argus<br />
<br />
Looking through the help for WB26 I can&#039;t see any option to get the version from a WDL. I&#039;ve tried exeinfo(exeversion, myprojectname.wdl) and it doesn&#039;t work. Do you remember what the option for a WDL is?<br />
<br />
Rgds<br />
Paul]]></description>
            <dc:creator>pauly139</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Thu, 25 Feb 2021 00:01:08 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794491#msg-794491</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794491#msg-794491</link>
            <description><![CDATA[ it is exeinfo, but with the option to get the version from a WDL (see help)... and the wdl file is projectname.wdl]]></description>
            <dc:creator>Argus</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Wed, 24 Feb 2021 22:49:49 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794490#msg-794490</guid>
            <title>Re: Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794490#msg-794490</link>
            <description><![CDATA[ Since the image doesn&#039;t show above, I have attached it here.<br />
<br />
thanks once again<br />
<br />
issah]]></description>
            <dc:creator>mixgh</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Wed, 24 Feb 2021 21:18:55 +0100</pubDate>
        </item>
        <item>
            <guid>https://www.wxforum.info/read.php?27131,794489,794489#msg-794489</guid>
            <title>Getting the actual version number to show</title>
            <link>https://www.wxforum.info/read.php?27131,794489,794489#msg-794489</link>
            <description><![CDATA[ Hello,<br />
<br />
Using WB24.  I need the exeinfo command that will give me the version as circled in the image<br />
<br />
<img src="https://ibb.co/7W3jwsn" class="bbcode" border="0" /><br />
<br />
Using exeinfo(exeversion) gives me 24.0.155.3 which is the current version of WB24 itself.<br />
<br />
Thanks and regards]]></description>
            <dc:creator>mixgh</dc:creator>
            <category>WinDev Forum</category>
            <pubDate>Wed, 24 Feb 2021 21:16:44 +0100</pubDate>
        </item>
    </channel>
</rss>
