Re:Version Information
On Mon, 27 May 1996 20:08:26 +0200, Ivan Jones <igjo...@aztec.co.za>
wrote:
Quote
>Can someone please tell me how to create and add a Windows version
>information resource to a Delphi .EXE?
The easiest way is to use a resource editor, such as Borland's
Resource Workshop. Otherwise, you can read about the VERSIONINFO
resource in the Windows API help files, and write a resource script
(.RC file), and compile into a .RES file (using BRCC or BRCC32), which
you include in your Delphi project.
Creating a VERSIONINFO resource by hand can be tricky. It is much
easier to use a resource editor, or at least start by copying an
existing VERSIONINFO resource.
--
Ray Lischner li...@tempest-sw.com
Tempest Software, Corvallis, Oregon, USA http://www.tempest-sw.com