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

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