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

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