home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / archives / 3234 < prev    next >
Encoding:
Internet Message Format  |  1992-09-03  |  4.9 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!agate!usenet
  2. From: mills@athena.lkg.dec.com (George Mills)
  3. Newsgroups: comp.archives
  4. Subject: [comp.lang.logo] Microsoft Windows LOGO (MswLogo) version 2.1 is available
  5. Followup-To: comp.lang.logo
  6. Date: 4 Sep 1992 03:52:32 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 119
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <186mi0INN5r@agate.berkeley.edu>
  12. References: <mills.714715100@dialup.athena.lkg.dec.com>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. Summary: Microsoft Windows LOGO (MswLogo) is available
  15. X-Original-Newsgroups: comp.lang.logo
  16. X-Original-Date: 25 Aug 92 03:58:20 GMT
  17.  
  18. Archive-name: auto/comp.lang.logo/Microsoft-Windows-LOGO-MswLogo-version-2-1-is-available
  19.  
  20.  
  21.         MswLogo Version 2.1 for Micro-Soft Windows 3.X is ready !!!
  22.         ------------------------------------------------------------
  23.  
  24. LOCATION: itrc::/millspub/mswlogo21.zip (this is a DEC internal location)
  25.             or
  26.           cher.media.mit.edu on pub/comp.lang.logo/programs/mswlogo
  27.             or
  28.           Send the following message to: ftpmail@decwrl.dec.com 
  29. ----cut here----
  30. connect 18.85.0.47
  31. binary
  32. uuencode
  33. chdir pub/comp.lang.logo/programs/mswlogo
  34. get mswlogo12a.zip
  35. quit
  36. ----cut here----
  37.  
  38. New features/bugs fixed:
  39.  
  40.    o Cleaned up some errors in help
  41.    o New LOGO commands
  42.         - getpenred,getpengreen,getpenblue,penred,pengreen,penblue
  43.         - getscreenred,getscreengreen,...
  44.         - getfloodred,getfloodgreen,...
  45.         - scrollx, scrolly (LOGO procedures can now control the scrollers)
  46.         - bitcut/bitpaste (very powerfull in logo).
  47.         - infite range zoom.
  48.    o Jagged turtle fixed.
  49.    o Cleaned up garbage and order in error messages.
  50.    o Slimmer commander.
  51.    o Save and restore image now works again and it uses ".BMP" format.
  52.      This opens up a lot of possibilties. You can load in work from
  53.      other applications and visa-versa. Instead of posting your childs
  54.      work on the frige you can make it you windows background !!!.
  55.    o Printing fixed on most printers.
  56.    o And as usual lots of little bug fixes.
  57.  
  58. To Install it:
  59.  
  60. 1) UnZip MSWLOGO21.ZIP into a directory (e.g. c:\logo)
  61.  
  62. 2) UnZip LOGOLIB.ZIP (included in MSWLOGO21.ZIP) into LIB (e.g. c:\logo\lib)
  63.  
  64.    Note:  If you do not use c:\logo as the root you must set the
  65.           environment variable LOGOPATH to where you put it (e.g.
  66.           set logopath=d:\games\logo in autoexec.bat)
  67.  
  68. 3) Copy BWCC.DLL (included in the .ZIP) to anywhere in your PATH.
  69.    The could be where you place LOGO (as long as it's in your PATH).
  70.    When I say PATH here I don't mean LOGOPATH. The desired place is
  71.    in your root windows dorectory (e.g. c:\windows).   
  72.  
  73. 4) Start Windows and add Icon as follows:
  74.  
  75.    a) Select the applications (or other) icon box.
  76.  
  77.    b) Go into Program manger FILE menu and click on New.
  78.  
  79.    c) Select Program Item and click OK.
  80.  
  81.    d) Enter the command for logo (e.g. c:\logo\logo).
  82.  
  83.    e) Include a working directory (e.g. c:\logo\work) or you'll have ".lg"
  84.       files all over the place (this applies to 3.1 only). I'll try to come
  85.       up with a better solution soon.
  86.  
  87. Start it from Windows by double clicking the Logo Icon
  88.  
  89. Start it from DOS by typing "win logo" at DOS prompt (assuming logo.exe
  90. is in your PATH).
  91.  
  92. Try typing "DEMO" in the "Input Box" (out of bounds at end of demo is normal).
  93. Note: "DEMO" is a logo program in the library, it's not an internal command.
  94.  
  95. Standard features:
  96.  
  97.    o Supports Text
  98.    o Cut and Paste.
  99.    o Floodfill.
  100.    o penwidth.
  101.    o Save and restore images in .BMP format.
  102.    o screencolor (background).
  103.    o 16.7 million pen and background colors (using windows dithering).
  104.    o Standard Windows Hypertext Help.
  105.    o Standard Windows Printing.
  106.    o Supports separate library and work area.
  107.  
  108. Bugs / Basic Missing features:
  109.  
  110.    o Real mode is not supported.
  111.    o Pause and Trace buttons are there but not implemented yet.
  112.    o pots, goodbye still not working.
  113.    o printing on (very few) printers still doesn't work.
  114.    o Need to make save/restore image smarter (less memory, disk and cpu).
  115.    o LOGO does not use the capabilities of 256-color Video Drivers.
  116.    o NOTE: If your using a Video driver that supports more than 16 colors
  117.            and find LOGO sluggish try reducing to a 16-color. If your disk
  118.            is thrashing while running LOGO you probably do not have enough
  119.            physical memory to support the number of colors your driver is
  120.            using. I'll try to make LOGO more flexible around this (e.g.
  121.            variable size work surface).
  122.  
  123. Wish list:
  124.  
  125.    o Need sound/multimedia support.
  126.    o needs debug support.
  127.    o Undo/Redo.
  128.  
  129. The Core of this Version of Logo comes from a project done by Boston Childrens
  130. Museum and Lincoln Sudbury Regonal High School. The Port to Windows was done
  131. by George Mills Digital Equipment Corporation. Digital Equipment Corporation
  132. takes no responsibility for the software.
  133.  
  134. There is also a DOS version (with out the added functionality added to MswLOGO)
  135. is available. Same location as MswLOGO.
  136.  
  137.