home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / archives / 3126 < prev    next >
Encoding:
Internet Message Format  |  1992-08-15  |  5.2 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!agate!usenet
  2. From: mills@athena.lkg.dec.com (George Mills)
  3. Newsgroups: comp.archives
  4. Subject: [comp.lang.logo] MicroSoft Windows LOGO version 2.0 is ready
  5. Followup-To: comp.lang.logo
  6. Date: 16 Aug 1992 00:37:55 GMT
  7. Organization: University of California, Berkeley
  8. Lines: 153
  9. Approved: adam@soda.berkeley.edu
  10. Distribution: world
  11. Message-ID: <16k813INN5i7@agate.berkeley.edu>
  12. References: <mills.713749048@amber.athena.lkg.dec.com>
  13. NNTP-Posting-Host: soda.berkeley.edu
  14. Summary: MicroSoft Windows LOGO version 2.0 is ready
  15. X-Original-Newsgroups: comp.lang.logo
  16. X-Original-Date: 13 Aug 92 23:37:28 GMT
  17.  
  18. Archive-name: auto/comp.lang.logo/MicroSoft-Windows-LOGO-version-2-0-is-ready
  19.  
  20.  
  21.     MswLogo Version 2.0 for Micro-Soft Windows 3.X is ready !!!
  22.         ------------------------------------------------------------
  23.  
  24.         If you even liked MswLogo 1.X even just a little you'll Love
  25.     version 2.0.
  26.  
  27. LOCATION: itrc::/millspub/mswlogo20.zip (this is a DEC internal location)
  28.             or
  29.           cher.media.mit.edu on pub/comp.lang.logo/programs/mswlogo
  30.             or
  31.           Send the following message to: ftpmail@decwrl.dec.com 
  32. ----cut here----
  33. connect 18.85.0.47
  34. binary
  35. uuencode
  36. chdir pub/comp.lang.logo/programs/mswlogo
  37. get mswlogo12a.zip
  38. quit
  39. ----cut here----
  40.  
  41. New features/bugs fixed:
  42.  
  43.    o Command Recall/Edit (Works Great !!!).
  44.  
  45.    o Halt button (you don't have to abort LOGO to stop it :-) ).
  46.  
  47.    o Yields to other processes (it should of done this a long time ago,
  48.      I'm learning).
  49.  
  50.    o Yielding is "switchable" (Yielding slows things a little, so you can
  51.      shut it off if you like).
  52.  
  53.    o Popup dynamic status window (shows heading, pos, pen status etc.)
  54.  
  55.    o Look and feel or Borland Windows Products (real sharp !!!).
  56.  
  57.    o And as usual lots of little bug fixes.
  58.  
  59.    o pencolor order fixed (everything is RGB, or is it RBG, oh shoot,
  60.      I think it's right).
  61.  
  62.    o I really think it should work on V3.0 Windows now, I did find some
  63.      problems (But V3.0 users should still read the bugs list).
  64.  
  65.    o Aspect Ratio should now be correct on all printers.
  66.  
  67.    o To and readlist generate Popup windows for input.
  68.  
  69.    o Supports Text weight (along with size, angle, etc.) 
  70.  
  71. To Install it (note this is changed slightly):
  72.  
  73. 1) UnZip MSWLOGO20.ZIP into a directory (e.g. c:\logo)
  74.  
  75. 2) UnZip LOGOLIB.ZIP (included in MSWLOGO20.ZIP) into LIB (e.g. c:\logo\lib)
  76.  
  77.    Note:  If you do not use c:\logo as the root you must set the
  78.           environment variable LOGOPATH to where you put it (e.g.
  79.           set logopath=d:\games\logo in autoexec.bat)
  80.  
  81. 3) Copy BWCC.DLL (included in the .ZIP) to anywhere in your PATH.
  82.    This could be where you place LOGO (as long as it's in your PATH).
  83.    When I say PATH here I don't mean LOGOPATH. The desired place is
  84.    in your root windows directory (e.g. c:\windows).   
  85.  
  86. 4) Start Windows and add Icon as follows:
  87.  
  88.    a) Select the applications (or other) icon box.
  89.  
  90.    b) Go into Program manger FILE menu and click on New.
  91.  
  92.    c) Select Program Item and click OK.
  93.  
  94.    d) Enter the command for logo (e.g. c:\logo\logo).
  95.  
  96.    e) Include a working directory (e.g. c:\logo\work) or you'll have ".lg"
  97.       files all over the place.
  98.  
  99. Start it from Windows by double clicking the Logo Icon
  100.  
  101. Start it from DOS by typing "win logo" at DOS prompt (assuming logo.exe
  102. is in your PATH).
  103.  
  104. Try typing "DEMO" at the "*" prompt (out of bounds at end of demo is normal).
  105.  
  106. Standard features:
  107.  
  108.    o Supports Text
  109.  
  110.    o Floodfill (except printing, still working on this)
  111.  
  112.    o penwidth.
  113.  
  114.    o Save and restore images in metafile format.
  115.  
  116.    o screencolor (background).
  117.  
  118.    o 16.7 million pen and background colors (using windows dithering).
  119.  
  120.    o Standard Windows Hypertext Help.
  121.  
  122.    o Standard Windows Printing.
  123.  
  124.    o Supports separate library and work area.
  125.  
  126. Bugs / Basic Missing features:
  127.  
  128.    o getpen incompatible with pencolor.
  129.  
  130.    o Some printers (maybe all) will not handle floodfills.
  131.      I beleive I will have it fixed soon.
  132.  
  133.    o Real mode is not supported.
  134.  
  135.    o Pause and Trace buttons are there but not implemented yet.
  136.  
  137.    o HALT and READLIST, and TO (edit is much easier to use anyway)
  138.      seem a little flakey sometimes.
  139.  
  140. ****************** V3.0 Windows Users ****************************
  141.  
  142.    o Save and Restore is disabled for V3.0 Windows.
  143.  
  144.    o You can only print an image once !!! per drawing, I know that sounds
  145.      silly but that's the way it is. After printing you can clear the screen
  146.      and draw (NOT refresh) the image again and print again. It will remind
  147.      you of this after printing.
  148.  
  149.    o If I fail to detect V3.0 correctly (possibly on OEM versions of windows)
  150.      and it hangs after a second print. Then don't print and send me mail of
  151.      your configuration.
  152.  
  153. Wish list:
  154.  
  155.    o Need sound blaster support.
  156.  
  157.    o needs debug support.
  158.  
  159.    o need zoom in and out.
  160.  
  161.    o Undo/Redo
  162.  
  163. The Core of this Version of Logo comes from a project done by Boston Childrens
  164. Museum and Lincoln Sudbury Regonal High School. The Port to Windows was done
  165. by George Mills Digital Equipment Corporation. Digital Equipment Corporation
  166. takes no responsibility for the software.
  167.  
  168. There is also a DOS version (with out the added functionality added to MswLOGO)
  169. is available. Same location as MswLOGO.
  170.  
  171.