Word WLL Add-In source code       17th July 1996


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

This is my source code for a wll for word6/7.

Contents:
1. legal stuff
2. Files in this package
3. How to use the source


1. Legal Stuff
------------------------------------------------

This code is copyright  Grahame Grieve. If you
distribute any source code based on this code,
you should leave an acknowledgement in the source.

The component was originally based on wordapi.zip,
by Martin Austermeier, 100116.3455@compuserve.com.

His Disclaimer:
  "These materials were developed from a Product of 
   Microsoft Corporation, which reserves all rights.
   They have been modified by Martin Austermeier"

   Disclaimer: Use this software at your own risk.
   The author (Martin Austermeier) gives no warranties
   of any kind. Especially, the author refuses any
   responsibility for functionality or data loss.

Mine:
   Yeah well, same for me. (standard inheritance!)


2. Files Included
------------------------------------------------

Worddecs.pas - declares all constants and field identifiers
               also convert an error code to a description
WordApi.pas  - establish a basis for communication with word
WrdBasic.pas - define equivalents for wordbasic statements.
               (this is a work in progress, I define new
               functions as I require them)
testwll.dpr  - example code for a simple wll.
               define a framework for 16 and 32 bit dll's from
               the same code.

3. How to use the source
------------------------------------------------

Delphi 1.0 will compile this source to a dll that
you can use in word 6 16bit version.
Delphi 2.0 will compile this source to a dll that
you can use in word95.

(I haven't tested them with word 6 32bit)

Once the dll has been compiled, change the extension to
.wll, and then copy it into the startup directory
and start word. (see the word documentation for other
ways to load wll's)

Grahame Grieve
g.grieve@pgrad.unimelb.edu.au




