home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text1111.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.4 KB  |  36 lines

  1. Sender: owner-executor@nacm.com
  2. Precedence: bulk
  3.  
  4.  
  5.  
  6. On Thu, 4 May 1995, Robert Moldenhauer +1 608-264-8971 wrote:
  7.  
  8. > I've noticed that executor still runs as a Dos application, why?  It's the only
  9. > Dos application I have on my machine now, but I remember the old days, every
  10. > application used to have it's own printer drivers, fonts, etc.  It was a mess. 
  11. > If you fully integrated it into windows you could take advantage of the
  12. > intalled Sound drivers, printer, fonts etc.
  13.     Basically, Executor uses the DOS system in a manner a game 
  14. usually would - it uses direct video access, DOS extenders, etc...  
  15. (broad generalization of a tired brain :)
  16.  
  17.     The main way to use Windows would be to make Executor a 
  18. WinG-based application, which is designed to make games faster through 
  19. the use of the bitblt function.  This would allow a relatively fast 
  20. vdriver to be written for Executor/Win32.
  21.  
  22.     There may also be compiler problems - Executor is compiled under 
  23. gcc, which it takes advantage of (hence, the use of DJGPP for DOS).  
  24. Until gcc is fully ported to Win32, an Executor/Win32 port will be much 
  25. more difficult.
  26.  
  27.     (Forget about running Executor on top of 16-bit Windows sans Win32s 
  28. - Executor NEEDS 32-bit code, and in fact creates it for the native-code 
  29. based code compilation which it uses nowadays.)
  30.  
  31.     - Chad,
  32.     posting after a 2-hour ride home from a 2 day Youth to Youth 
  33. conference... and quite tired!
  34.  
  35.