home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-385-Vol-1of3.iso / c / cpp-olib.zip / DOCS.ZIP / WHATSNEW.DOC < prev   
Text File  |  1992-12-28  |  3KB  |  56 lines

  1.  
  2.                                 WHATSNEW.DOC
  3.  
  4.                                ObjectEase V2.0
  5.                 (C) Copyright 1992 - David S. Reinhart Associates
  6.  
  7.  
  8.         Let me begin by apologizing to all those who downloaded v1.0
  9. of ObjectEase and tried in vain to get the demo to compile and run
  10. successfully. I totally understand your frustration, and that is why I
  11. am releasing v2.0 of this package already. The main reason that the
  12. demo would not compile and run successfully for so many people has to do
  13. with stack allocation. Since I wrote the demo on a 486 machine I never 
  14. encountered many of the problems that people called me with. I am sorry,
  15. and I assure you that these versions of the libraries and demos are 
  16. compatible with all machines. The fact is that the library itself could 
  17. have been used without the problems experienced in the demo, but I 
  18. can totally understand how a person could give up on a package when even 
  19. the supplied demo could not be made to function as expected. I have also 
  20. taken the opportunity to fix a few minor bugs that were reported to me.
  21.  
  22.         The biggest change that you will notice is the large reduction in
  23. price. Single user licenses of ObjectEase are now only $34.95! Source code
  24. has also been made available to registered or registering users of the
  25. libraries. See the file REGISTER.DOC for prices.
  26.  
  27. Fixes:
  28.         The stack size in the large memory model version of the libraries
  29.         has been set to 16384 bytes by default. This fixes the major
  30.         problem with v1.0.
  31.  
  32.         The mouse cursor is now in the unarmed state upon initialization.
  33.         You MUST call the_mouse.arm() before the mouse cursor can be made
  34.         visible. 
  35.  
  36.         The mouse cursor has been made to turn off during screen updating
  37.         procedures of the Tstring class.
  38.  
  39.         The mouse will be (re)initialized when changing screen modes with 
  40.         the member functions of the Screen class. Some mice, including
  41.         Logitech mice, could not adjust their boundaries to the new
  42.         screen coordinates without being re-initialized. This resulted
  43.         in the mouse cursor not being able to reach the lower half of the
  44.         screen.
  45.         
  46.         Fixed the rubber banding mode of the files 256IMAGE.EXE and 
  47.         16IMAGE.EXE so that it now stretches and contracts cleanly.
  48.  
  49. Changes:
  50.         The libraries have been separated into TUI (text), GUI (graphics),
  51.         and VIDBIOS (video bios). This makes it easier on me to supply 
  52.         upgrades and makes the source code more affordable to you.
  53.  
  54.  
  55.  
  56.