You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _software/vied.html
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,9 @@
2
2
layout: "programs-tplt"
3
3
group: apps
4
4
priority: 3
5
-
version: "2.15.1"
5
+
version: "2.16.0"
6
6
os: "Windows XP & later"
7
-
release-date: "2023-06-02"
7
+
release-date: "2024-09-13"
8
8
title: "Version Information Editor"
9
9
precis: "Creates version information resource files from templates."
10
10
summary: "Creates version information resource files from templates that can be compiled and embedded in executable programs."
@@ -25,7 +25,7 @@ <h2 class="panel-title">
25
25
</div>
26
26
<divclass="panel-body">
27
27
<p>
28
-
<em>Version Information Editor</em> enables version information to be edited. It also creates version information resource source (<code>.rc</code>) files. The program stores details of the version information in its own project (<code>.vi</code>) files. Simple macros can be used to help automate the updating of version information files.
28
+
<em>Version Information Editor</em> enables version information to be edited. It also creates version information resource source (<code>.rc</code>) files. The program stores details of the version information in its own project (<code>.vi</code>) files. Simple macros can be used to help automate the updating of version information files. Macros can be given constant values, can be included from files and can make environment variable values available for use within version information.
29
29
</p>
30
30
<p>
31
31
The program can also create binary resource (<code>.res</code>) files containing version information. To do this it needs to use a 3rd party resource compiler such as Borland's <em>BRCC32</em>.
0 commit comments