home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l420 / 1.ddi / README.D2 < prev    next >
Encoding:
Text File  |  1990-12-04  |  1.6 KB  |  27 lines

  1.  
  2. You may have noticed that there is a file called d2.exe which is installed
  3. along with the other Demo II program files.  d2.exe is another version of
  4. demo2.exe.
  5.  
  6. When we added new features to create the current version Demo II grew in
  7. size.  We were faced with a choice - we could increase the size of the
  8. executable image (how much memory Demo II consumes when it runs) and reduce
  9. the size of the largest demo that can be created or run, or we could keep 
  10. the size of the executable image constant but swaping code in and out as
  11. needed at the cost of slowing down some operations.  Upon reflection it was
  12. clear that both solutions have advantages and disadvantages and the right
  13. solution depends upon the needs of the user.  Those with a large body of 
  14. existing demos or those wishing to creating large memory intensive demos
  15. will probably want to use the "demo2.exe" version.  Those starting fresh, 
  16. and those creating animation sequences where finely tuned timing is required 
  17. will want to use the "d2.exe" version.  Each will create demos that may be
  18. run using the "rdemo2.exe" runtime module.  However, since "demo2.exe" 
  19. leaves approximately 150k more memory available for your demo, it is 
  20. possible that some demos created with "demo2.exe" may not be loaded with 
  21. "d2.exe" due to memory constraints.  Users on 386 based machines (and even 
  22. most 286 machines) which are configured with expanded or extended memory 
  23. will probably want to run "demo2.exe", as we take advantage of this memory 
  24. and the swapping is much quicker on these systems as a result.
  25.  
  26.  
  27.