home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / logo / winlogo / 000read.me next >
Text File  |  1992-11-02  |  6KB  |  167 lines

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