@@ -4,7 +4,7 @@ This application is an example 16
44accompanies an article from my web site, located at
55http://www.transmissionzero.co.uk/computing/win16-apps-in-c/.
66
7- To build the application with Microsoft�s Visual C compilers, simply open a
7+ To build the application with Microsoft�s Visual C++ compilers, simply open a
88command prompt, change to the directory containing the Makefile, and run
99�nmake�. Note that you will need the 16�bit C compiler, linker, and resource
1010compiler�it won�t work with 32�bit compilers! Also note that the Makefile may
@@ -13,12 +13,14 @@ require some small modifications if you use a make utility other than
1313To build the application in Open Watcom, simply open the project up in the IDE,
1414and choose the �Make� option from the �Targets� menu.
1515
16+
1617Disclaimer
1718
1819This program is distributed in the hope that it will be useful, but WITHOUT ANY
1920WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
2021PARTICULAR PURPOSE.
2122
23+
2224Terms of Use
2325
2426There is no specific license attached to the use this application. You are free
@@ -30,12 +32,27 @@ application template, and how you license any applications built with it is
3032entirely up to you. Of course, you must still comply with the licensing
3133conditions of the tools you are using to build the application.
3234
35+
3336Problems?
3437
3538If you have any problems or questions, please get in contact via
3639http://www.transmissionzero.co.uk/contact/. Please ensure that you read the
3740article at http://www.transmissionzero.co.uk/computing/win16-apps-in-c/ before
3841sending any questions.
3942
43+
44+ Changelog
45+
46+ 2013�08�26: Version 1.1
47+
48+ � Added a VERSIONINFO resource to the executable, so that version information
49+ can be viewed in File Manager or Windows Explorer.
50+ � Open Watcom build now runs in Windows 3.0 (but not in real mode).
51+ � Ensured all source files are 8.3 characters long.
52+
53+ 2011�07�06: Version 1.0
54+
55+ � First release.
56+
4057Martin Payne
41- 2011�07�06
58+ 2013�08�26
0 commit comments