home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / archives / 3672 next >
Encoding:
Internet Message Format  |  1992-11-04  |  6.9 KB

  1. Path: sparky!uunet!olivea!spool.mu.edu!agate!agate!usenet
  2. From: mills@athena.lkg.dec.com (George Mills)
  3. Newsgroups: comp.archives
  4. Subject: [misc.education] MswLogo 2.4 (MicroSoft Windows Logo) [now with multimedia support]
  5. Summary: MswLogo 2.4
  6. Message-ID: <1dac3fINN4md@agate.berkeley.edu>
  7. Date: 5 Nov 92 05:39:59 GMT
  8. References: <mills.720759214@dialup.athena.lkg.dec.com>
  9. Sender: adam@soda.berkeley.edu
  10. Followup-To: misc.education
  11. Organization: University of California, Berkeley
  12. Lines: 168
  13. Approved: adam@soda.berkeley.edu
  14. NNTP-Posting-Host: soda.berkeley.edu
  15. X-Original-Newsgroups: misc.education
  16. X-Original-Date: 3 Nov 92 02:53:34 GMT
  17.  
  18. Archive-name: auto/misc.education/MswLogo-2-4-MicroSoft-Windows-Logo-now-with-multimedia-support
  19.  
  20.  
  21.         MswLogo Version 2.4 for Micro-Soft Windows 3.X is ready !!!
  22.         ------------------------------------------------------------
  23.  
  24. NOTE: ZIP naming convention has slight change !!!
  25.  
  26. LOCATION: itrc::/millspub/mswlgo24.zip (this is a DEC internal location)
  27.             or
  28.           cher.media.mit.edu on pub/comp.lang.logo/programs/mswlogo
  29.             or
  30.           Send the following message to: ftpmail@decwrl.dec.com 
  31. ----cut here----
  32. connect 18.85.0.47
  33. binary
  34. uuencode
  35. chdir pub/comp.lang.logo/programs/mswlogo
  36. get mswlgo24.zip
  37. quit
  38. ----cut here----
  39.  
  40. Note: There is no connection between the ftpmail server suggested here
  41. and cher.media.mit.edu or MswLogo. It is a common service to internet
  42. users from Digital Equipment Corporation. There are other ftpmailers
  43. available but I don't know the addresses.
  44.  
  45. New features/bugs fixed:
  46.  
  47.    o MCI (MultiMedia) support. See help on the logo MCI command first.
  48.      Also try the VERY simple examples "echo" and "sounds" in the library.
  49.      I don't have a MIDI or CDROM (yet :-)) but that should all work also.
  50.      Note, also windows 3.1 supplied MIDI driver cannot record but I believe
  51.      MIDI hardware venders supply one that does.
  52.  
  53.    o New LOGO commands
  54.         - bitload, bitsave (same as menu commands).
  55.         - block (draws filled rectangles).
  56.         - See mkmod, rmmod, pushmod, and popmod commands below.
  57.  
  58.    o Fixed LOGO commands
  59.         - Pots command finally works and shows procedures and modules.
  60.         - help (calls help).
  61.         - describe (jumps directly to keyword in help).
  62.  
  63.    o Online Help is cleaned up a lot.
  64.         - status, nostatus (same as button) command was missing.
  65.         - char command was missing.
  66.         - int and round command was missing.
  67.         - gprop command was missing.
  68.  
  69.    o Logo now has the concept of "modules" (all done through directories).
  70.      See mkmod, rmmod, pushmod, and popmod commands. Note users can only
  71.      create or delete "Logo components (.lg and .lgo)". And only at the
  72.      directory level in which logo started at or lower.
  73.  
  74.    o The "stack" area is much larger now and you can make recursive calls
  75.      much deeper than before.
  76.  
  77.    o Fixed overpowered focus on commander. It won't jump on top of the editor.
  78.  
  79.    o Trace button finally works.
  80.  
  81.    o Fixed jagged turtle again, and it is really fixed this time :-).
  82.  
  83. NOTE: Windows 3.0 users there is a seperate executable for 3.0
  84.       due to the MultiMedia enhancements which 3.0 does not have.
  85.  
  86. To Install it:
  87.  
  88. 1) UnZip MSWLGO24.ZIP into a directory (e.g. c:\logo)
  89.  
  90. 2) UnZip LOGOLIB.ZIP (included in MSWLGO24.ZIP) into LIB (e.g. c:\logo\lib)
  91.  
  92.    Note:  If you do not use c:\logo as the root you must set the
  93.           environment variable LOGOPATH to where you put it (e.g.
  94.           set logopath=d:\games\logo in autoexec.bat)
  95.  
  96. 3) Copy BWCC.DLL (included in the .ZIP) to anywhere in your PATH.
  97.    This could be where you place LOGO (as long as it's in your PATH).
  98.    When I say PATH here I don't mean LOGOPATH. The desired place is
  99.    in your root windows directory (e.g. c:\windows).   
  100.  
  101. 4) Start Windows and add an Icon as follows:
  102.  
  103.    a) Select the applications (or other) group box.
  104.  
  105.    b) Go into Program manger FILE menu and click on New.
  106.  
  107.    c) Select Program Item and click OK.
  108.  
  109.    d) Enter the command for logo (e.g. c:\logo\logo).
  110.       Windows 3.0 users MUST use logo30 (e.g. c:\logo\logo30).
  111.  
  112.       This can also be where you select the size of the image (NOT the size
  113.       window). The switches "-h number" (to select height) and "-w number" (to
  114.       select width). The default has been and still is 1000x1000. For example
  115.       to change to a 500x500 image (using 1/4 the amount of memory) enter:
  116.  
  117.       c:\logo\logo -h 500 -w 500
  118.  
  119.    e) Include a working directory (e.g. c:\logo\work) or you'll have ".lg"
  120.       files all over the place (this applies to 3.1 only). I'll try to come
  121.       up with a better solution soon.
  122.  
  123. Start it from Windows by double clicking the Logo Icon
  124.  
  125. Start it from DOS by typing "win logo [options]" at DOS prompt (assuming
  126. logo.exe is in your PATH).
  127.  
  128. Try typing "DEMO" in the "Input Box" (out of bounds at end of demo is normal).
  129. Note: "DEMO" is a logo program in the library, it's not an internal command.
  130.  
  131. Standard features:
  132.  
  133.    o Supports Text.
  134.    o Supports color palette (256 solid colors).
  135.    o Cut and Paste.
  136.    o Floodfill.
  137.    o penwidth.
  138.    o Save and restore images in .BMP format.
  139.    o screencolor (background).
  140.    o 16.7 million pen and background colors (using windows dithering).
  141.    o Standard Windows Hypertext Help.
  142.    o Standard Windows Printing.
  143.    o Supports separate library and work area.
  144.  
  145. Bugs / Basic Missing features:
  146.  
  147.    o Real mode is not supported.
  148.    o goodbye still not working.
  149.    o printing on (very few) printers still doesn't work.
  150.    o Need to make save/restore image smarter (less memory, disk and cpu).
  151.    o Need arrow-key command recall.
  152.  
  153.    o If a bug is really bugging you or feature you really want to see done,
  154.      say so, by sending me email. This will help me determine what's important.
  155.      No promises, but it will help. I love any feedback good or bad.
  156.  
  157. Trouble shooting:
  158.  
  159.    o Logo accesses the disk everytime it draws a square in the DEMO
  160.      (part 3). This is related to your buffers command in config.sys
  161.      buffers=20 or more is typical for a "windows environment". 
  162.  
  163.    o Logo seems to run extremly slow and the disk is always thrashing.
  164.      Your probably paging. You may be running with 256 color driver
  165.      with out the memory to support it. Try 16 color mode or reduce the
  166.      image size (or both).
  167.  
  168.    o Loading in an .BMP does not seem to have the right colors.
  169.      If you had been using logo for a while you probably have used up
  170.      part of the color palette. It's not a bad idea to clear the palette
  171.      before loading in a .BMP.
  172.  
  173. Wish list:
  174.  
  175.    o Sound generation.
  176.    o Clipboard support.
  177.    o Multiple Turtles.
  178.  
  179. The Core of this Version of Logo comes from a project done by Boston Childrens
  180. Museum and Lincoln Sudbury Regonal High School. The Port to Windows was done
  181. by George Mills Digital Equipment Corporation. Digital Equipment Corporation
  182. takes no responsibility for the software.
  183.  
  184. There is also a DOS version (with out the added functionality added to MswLOGO)
  185. is available. Same location as MswLOGO.
  186.