
        MswLogo Version 3.6 for Micro-Soft Windows 3.0,1 is ready !!!
        -------------------------------------------------------------

                                Contents
                                --------

Part I) Kit Description/Location:
Part II) New features/bugs fixed:
Part III) Installation:
Part IV) Standard features:
Part V) Recommended usage:
Part VI) Bugs / Missing features / Wish List:
Part VII) Reporting bugs:
Part VIII) Sources:
Part IX) Minimum System Requirements:
Part X) Public domain Logo's (on IBMPCs):


Part I) Kit Description/Location:

The "base kit" is for users with Windows 3.1. The "extensions kit"
is for Windows 3.0 users. The "extensions kit" is not a FULL kit, you still
need the "base kit" for any installation. The "base kit" includes the only
documentation in Microsoft Windows Write (.WRI) format. You can load it into
Write and print for any format you have drivers for, including postscript.

mswlgo36.zip (base kit: Windows 3.1)
mswext36.zip (extensions kit: Windows 3.0)
mswsrc36.zip (source kit: most sites)

You will find kits at the following locations.

          itrc::/millspub/mswlgo36.zip (this is a DEC internal location)
          (vms:$ spool copy itrc::"/millspub/mswlgo36.zip" []mswlgo36.zip)
            or
          cher.media.mit.edu on pub/logo/software/mswlogo
            or
          compuserv on LOGOFORUM LIB 11 MSWL36.ZIP,MSWE36.ZIP,MSWS36.ZIP
            or
          Send the following message to: ftpmail@decwrl.dec.com 
----cut here----
connect 18.85.0.47
binary
uuencode
chdir pub/logo/software/mswlogo
get mswlgo36.zip
quit
----cut here----

          Send the following message to: ftpmail@decwrl.dec.com for more
          information on ftpmail
----cut here----
help
----cut here----

Note: The ftpmail server suggested here it is a common service to internet
users from Digital Equipment Corporation.

You can also obtain an installation floppy by Postal Mail.

Send a Self-Addressed (Post Paid) package to:

George Mills
33 Thoreau Road
Northboro MA 01532

The package MUST contain a 1.44 or 1.2 Formatted Floppy.
Since the kit is getting large and expensive to down load
I don't mind anyone asking for it by Postal Mail.

Part II) New features/bugs fixed:

   o Very small arcs would crash mswlogo, it's now fixed.

   o More than 16 color images can now be printed.

   o The TEMP environment variable can now point to the
     root of a drive.

   o SETUP will never install logo into your system directory.

   o Replacing within the editor will properly high-lite the
     text to be replaced.

Thanks to many folks for spotting many of these bugs.


Part III) Installation:

WARNING: Make sure that VER.DLL does not exist anywhere in your PATH
except \WINDOWS\SYSTEM\VER.DLL before installing. Otherwise MswLogo
may not install correctly.

1) Build a kit area on floppy or hard disk:

   C:\> format a: /u     or        C:\> mkdir logokit
   C:\> a:                         C:\> cd logokit

2) Unzip the kit to that area:

   C:\> pkunzip -d c:\mswlgo36.zip (You must use -d switch)

2b) For windows 3.0 (ONLY) you need to "modify" the kit:

   C:\> pkunzip -o c:\mswext36.zip (-o is for Overwrite)

3) Install it:

   C:\> win a:\setup   or       C:\> win c:\logokit\setup

3b) For windows 3.0 (ONLY) you need to manually copy a file:

   C:\> cd <directory you installed Mswlogo to>
   C:\> copy a:\commdlg.dll or	C:\> copy \logokit\commdlg.dll

pkunzip -o c:\mswext36.zip (-o is for Overwrite)

If you wish to add switches you still must do this manually,
by changing the Icons properties (See Program manager File menu).

      Use switches:
      "-h number" (to select height)
      "-w number" (to select width)
      "-l filename" (to autoload procedure, must be last)
      
The default is 1000x1000. For example to change to a 500x500 image
(using 1/4 the amount of memory) enter:

      c:\logo\logo -h 500 -w 500

Start it from Windows by double clicking the Logo Icon. You can create
multiple Icons with different switches.

Start it from DOS by typing "win logo [options]" at DOS prompt (assuming
logo.exe is in your PATH).

Try typing "DEMO<RETURN>" in the "Input Box" (bottom most box in commander).
Note if DEMO does not run you did not install it correctly.


Part IV) Standard features:

   o Supports Text in all available fonts and sizes.
   o Cut, Paste and stretching bitmaps.
   o Supports Clipboard Text and Bitmaps.
   o Zoom.
   o Tail recursion.
   o User error handling.
   o "Standard" Logo parsing.
   o Floodfill.
   o Save and restore images in .BMP format.
   o 16.7 million pen and background colors (using windows dithering).
   o Supports color palette (256 solid colors).
   o Standard Windows Hypertext Help.
   o Standard Windows Printing.
   o Supports separate library and work area.
   o Allows you to do real Windows (Event Driven) programming.

Part V) Recommended usage:

   o All ages, from beginner (Forward 100, Right 90) to expert
     (develop professional looking Windows Graphical User Interfaces). 

Part VI) Bugs / Missing features / Wish List:

   o Real mode is not supported.
   o SETCURSOR function is not supported.
   o Multi-line Clipboard support.
   o Multiple Turtles.
   o DDE support
   o DLL support
   o Functions to add menu's


Part VII) Reporting bugs:

   Report bugs to George Mills:

   internet: mills@athena.tay.dec.com
   compuserv: 71222,452

   You can also report bugs to Brian Harvey:

   internet: bh@anarres.cs.berkeley.edu

Part VIII) Sources:
 
   Sources are available at the most kit sites.

   If you are working with ANY derivative of the UCB Logo sources
   Send me mail to be added to a mailing list so that we can all
   stay in touch.

   The MswLogo sources are written using:

           Borland C++ for windows (for .EXE)
           MicroSoft Word (for online help and DOCs)
           Dr. Help shareware (for online help and DOCs)
           
   Sources for Unix, DOS, and Mac are available from Brian Harvey
   by anonymous ftp at anarres.cs.berkeley.edu.

Part IX) Minimum System Requirements:

   286 with Minimum of 2meg running Window 3.0 in Standard Mode.


Part X) Public domain Logo's (on IBMPCs):

LADYBUG - Simple cute (barely logo) program. The thing that is impressive
          is how the author added music (using the PC speaker). CGA-DOS.
          NO support.

UCBLOGO - Brian Harvey at Berkeley started over with this project and is
          a very good core. But again under DOS has a no graphical user
          interface. Supported. Best public Domain for DOS. Also available
          for MAC and UNIX (anonymous ftp from anarres.cs.berkeley.edu).

MSWLOGO36 Graphical User Interface and UCBLOGO core. Supported. Best public
          Domain for Windows (that I know of at this time).
