Skip to main content

Problem:

Sample that demonstrates how to add a version label to an EXE

Resolution:

INTRODUCTION

==========

The project file VersionNo.APP is used to demonstrate how to add a version label to your executable, EXE or DLL.

This is accomplish by using an RC file.  To change to content of the RC file simply edit it as Text and modify it appropriatly to reflect your desired values

To find out more about the parameters of the RC file please consult the WIN32 SDK documentation.

SOURCE FILES

=========

Program Files         Description

-------------------     -----------------------------------------------------------

VersionNo.APP

VersionNo.CBL

VersionNo.RC

==========================================================

Keywords: demonstration, sample, example, demo, versionno.zip

demo.ex

demo.ne

Attachments:

versionno.zip

Old KB# 4032