                              Hello Windows
                           Turbo Pascal Style
                               PHELLO.TXT

Introduction
------------

Here are 4 different approaches to 'Hello, World' in Windows using
Turbo Pascal for Windows.

These programs and their source code may be freely distributed
for non-commercial use.

The files include:
 HELLOCRT.EXE   - Quickest way to a Windows program using WinCrt unit
 HELLOWIN.EXE   - Graphical Hello, Windows program using ObjectWindows
 HELLOOWL.EXE   - ObjectWindows version of Hello, world
 HELLOAPI.EXE   - "Traditional" Windows program accessing Windows API
 *.PAS          - Turbo Pascal for Windows source code
 PHELLO.TXT     - This file

If you have received a ZIP file, you must unzip it first.

Using Life
----------

These programs require Microsoft Windows 3.0 or later.  To start the
programs start Windows and then use the File Run command to start
any of them.  Or run them directly from the DOS C:> prompt by typing:

   WIN <file.EXE>  where <file.EXE> is one of the .EXE files


Turbo Pascal for Windows Users
------------------------------

This program illustrates some of the basic ideas common to many Windows
programs including mouse and keyboard handling, graphics, resizing,
rescaling and the use of timers.  Feel free to experiment with the
source code to learn how to implement similar features in your own
programs.

You can compile these programs with the Windows IDE or the command line
compiler.  To compile with the command line compiler type the following
at the DOS C:> prompt:

    TPCW -b <file.PAS>  where <file.PAS> is one of the source files


About Turbo Pascal for Windows
------------------------------

Turbo Pascal for Windows is a complete development system for creating
Windows applications.  It includes a Windows Integrated Development
Environment, ObjectWindows application framework, and Turbo Debugger for
Windows.  You do not need the Microsoft Windows Software Development Kit
(SDK) to use Turbo Pascal for Windows.

For more information about Turbo Pascal for Windows
contact:

	 Borland International
         1800 Green Hills Rd
         Scotts Valley, CA 95066
         USA

or your local distributor.

                                    * * *
