home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / games / f1372 / readme2.txt < prev   
Text File  |  1991-04-30  |  3KB  |  62 lines

  1.                 ISLANDS 
  2.  
  3.      Some of this program was originally written for DOS by someone named
  4. Aaron Contour (I doubt that was his real name, but that is what he gave in
  5. his readme file).  Due to the nature of the drawing, I selected to have an
  6. unsizeable window style (WS_OVERLAPPED).  This is due to the distortions that
  7. are caused if the image is not draw in a large enough space.  The window size 
  8. displayed is 550 X 425 (not 350 X 350), in pixels, which seems to give a 
  9. decent and large enough picture for the 640X480, 800X600 and higher graphics
  10. displays. 
  11.  
  12.      Though the program is self-explanatory there are a couple of items the
  13. user needs to know. 
  14.  
  15. 1.  BE SURE THAT THE ENTIRE WINDOW IS VIEWABLE WHEN EXECUTING THE DRAW COMMAND.
  16.  -- To increase the speed of the routine, I do not write the image to a bitmap
  17. until it has completed the entire drawing.  Therefore if you have half of the
  18. window off the screen while you draw, you will not retrieve the entire image
  19. whenever you restore the window. Also programs such as Winclock, that can bring
  20. itself to the front of the active window, need to be out of the active display
  21. or its image will be drawn into the bitmap. 
  22.  
  23. 2.  KEEP NUMBER OF RUNNING COPIES TO A MINIMUM --  I felt that it was 
  24. important to have the image return whenever the user re-activates the window 
  25. or restores the program from an icon.  To do this, I draw the image into a 
  26. bitmap, which of course uses some memory.  When I run the program on my 
  27. IBM Model 30 (1 MB) I can have two copies of the program (instances) 
  28. running -- retaining the image at all times.  The third (or anything greater)
  29. will draw, but due to insufficient memory it will not return the image
  30. (processing the WM_PAINT message) when I bring it back in front or restore it
  31. from an icon  So if your just concerned about just drawing the image, have a
  32. blast. If you what to save images for comparison then you are only limited by
  33. your computer's memory. 
  34.  
  35.  
  36. ******************** Version 1.0 *************************************
  37.  
  38. 1. Initial release of Islands.
  39.  
  40. **********************************************************************
  41.  
  42. ******************** Version 2.1 *************************************
  43.  
  44. 1. Fixes the one bug that was found in Version 1.
  45.  
  46. 2. Allows the user to choose the colors displayed.
  47.  
  48. **********************************************************************
  49.  
  50.  
  51. Thank you for your comments and letters. Please feel free to message me 
  52. with your critiques and suggestions. 
  53.  
  54.  
  55.  
  56. David Gillespie 
  57. CompuServe  72657,2642 
  58.  
  59.  
  60.  
  61.  
  62.