home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / linux / extra / docs / maillist / text / archive.95 / text0736.txt < prev    next >
Encoding:
Text File  |  1996-04-02  |  1.3 KB  |  33 lines

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