home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text0495.txt < prev    next >
Encoding:
Internet Message Format  |  1996-03-31  |  3.8 KB

  1. From: Thurman Gillespy <tg3@u.washington.edu>
  2. To: Executor Discussion Group <executor@nacm.com>
  3. Cc: Alan Rowberg <rowberg@u.washington.edu>
  4. Subject: Re: Executor Features
  5. In-Reply-To: <m0s26PB-000GOeC@gwar.ardi.com>
  6. Message-Id: <Pine.A32.3.91i.950420234351.129414A-100000@homer04.u.washington.edu>
  7. Mime-Version: 1.0
  8. Content-Type: TEXT/PLAIN; charset=US-ASCII
  9. Sender: owner-executor@nacm.com
  10. Precedence: bulk
  11.  
  12. On Thu, 20 Apr 1995, Mat Hostetter wrote:
  13.  
  14. > >>>>> "Thurman" == Thurman Gillespy <tg3@u.washington.edu> writes:
  15. >     Thurman> I only use Macs, but I am distributing an image display
  16. >     Thurman> program for medical images. People always want to know
  17. >     Thurman> about a PC version, and I'm obviously interested in
  18. >     Thurman> having my program run with Executor. Someone in our
  19. >     Thurman> department got NIH-Image to run on a PC, which greatly
  20. >     Thurman> peaked my interest.  Unfortunately, I require some System
  21. >     Thurman> 7 features, actually just the 4 required apple events,
  22. >     Thurman> and the calls to CustomGetFile, CustomPutFile. So
  23. >     Thurman> question 1, what are the plans for System 7 support? If
  24. >     Thurman> you only supported the 4 required apple events, a lot
  25. >     Thurman> more programs could run under executor.
  26. > We intend to "spoof" all of the "easy" System 7 features, including
  27. > apple events.  Our preliminary plan is that the application will never
  28. > see any apple events.  When it asks if any are present, the answer
  29. > will just always come back "no".  That should make most apps happy.
  30.  
  31. If they were programmed for this contingency. But System 7 has been out 
  32. quite a while, and newer programs are going to require its presence.
  33.  
  34. > We also plan to implement many of the System 7 filesystem extensions.
  35. > We intend to begin work on this as soon as 1.99m is out.  Hopefully
  36. > we'll be able to spoof enough traps that many System 7 programs will
  37. > run.  Tricky stuff, like QuickTime, is out of the question for now,
  38. > but most programs don't appear to demand the tricky stuff.
  39.  
  40. Yes, I agree.
  41.  
  42. >     Thurman> Question 2. How feasible would it be to specify a (bogus)
  43. >     Thurman> system call that actually pointed to some 386/486 code
  44. >     Thurman> that would run in native mode?  This code would make no
  45. >     Thurman> calls to the Mac API, but could do a processing intensive
  46. >     Thurman> task that normally takes a real hit when run in
  47. >     Thurman> emulation. With the release of the Metrowerks CodeWarrior
  48. >     Thurman> Platinum system next month, this kind of mixed
  49. >     Thurman> development will actually become very easy on the Mac.
  50. > That wouldn't be hard at all; in fact, Executor already uses a
  51. > mechanism like this internally.  We just don't (yet) have any
  52. > incentive to provide a public API for it.  You have to beware of the
  53. > fact that x86 code manipulates little endian data, while a 68k
  54. > program's data is stored in big endian byte order.
  55.  
  56. I work with medical images, and the endian/byte order issue is something 
  57. that we have to handle all the time.
  58.  
  59. Here's two incentives for providing a public API for x86 native code trap: 
  60.  
  61. Incentive #1:
  62.  
  63. PLEASEPLEASEPLEASEPLEASEPLEASEPLEASEPLEASEPLEASEPLEASEPLEASEPLEASE
  64.  
  65. Ok, that didn't work. Lets try...
  66.  
  67. Incentive #2:
  68.  
  69. $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
  70.  
  71. Are you guys nuts? There is *tremendous* interest in cross platform 
  72. development from Mac developers. Believe me, there are no good solutions 
  73. that cost under many thousands of dollars. I think the idea of using your 
  74. emulator to handle the GUI stuff, and then doing computationally 
  75. intensive work in native x86 code is a BIG winner.
  76.  
  77. Best regards,
  78.  
  79. Thurman Gillespy III
  80. Department of Radiology
  81. University of Washington
  82. Seattle, Washington
  83.  
  84.  
  85.