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

  1. >>>>> "Chad" == Chad Page <cpage@best.com> writes:
  2.  
  3.     Chad>     Why not create an Executor Developers Kit, which would
  4.     Chad> come with DJGPP, a staticly linked library with the primary
  5.     Chad> ROMlib code, and documentation (possibly with some bundled
  6.     Chad> in API docs - maybe licensed from Apple?  I know Inside
  7.     Chad> Macintosh can now be FTP'ed, but you need Apple's DocViewer
  8.     Chad> to read them, and unless things have changed lately, that
  9.     Chad> will not run under Executor.)
  10.  
  11. Actually, Executor began as a source-compatible library called ROMlib.
  12. The idea is that ROMlib let you compile your app on platforms other
  13. than a Mac.  Eventually we abandoned that and moved to binary
  14. compatibility.  With a fast enough emulator, that's feasible, and we
  15. don't need the cooperation of the developers to get their programs
  16. running.
  17.  
  18. There are many tricky issues involved with writing a developer's kit.
  19. Endianness issues are the worst; 80x86 developers would have to be
  20. very careful to always byte swap at the right times.  A fancy
  21. developer's kit may be an avenue we explore in the future, but for now
  22. we've got to stay focused.
  23.  
  24. Thanks for the suggestion, though!
  25.  
  26. -Mat
  27.  
  28.