home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / cplus / 13632 < prev    next >
Encoding:
Text File  |  1992-09-14  |  1.8 KB  |  49 lines

  1. Newsgroups: comp.lang.c++
  2. Path: sparky!uunet!stanford.edu!EE.Stanford.EDU!sierra!mcgrant
  3. From: mcgrant@rascals.stanford.edu (Michael C. Grant)
  4. Subject: Re: APIs across Sun, Mac, and PC?
  5. In-Reply-To: murakami@idas.imslab.co.jp's message of 14 Sep 92 03:24:30 GMT
  6. Message-ID: <MCGRANT.92Sep14124515@rascals.stanford.edu>
  7. Sender: usenet@EE.Stanford.EDU (Usenet)
  8. Organization: Information Systems Laboratory, Stanford University
  9. References: <1992Sep10.175657.13369@parc.xerox.com>
  10. Date: 14 Sep 92 12:45:15
  11. Lines: 36
  12.  
  13.  
  14.    In article <1992Sep10.175657.13369@parc.xerox.com>,
  15.         fromherz@parc.xerox.com (Markus Fromherz) writes:
  16.    > What development environments, class libraries, application frameworks
  17.    > or APIs exist that allow to write programs portable across Suns, Macs
  18.    > and PCs?
  19.  
  20. I believe the Galaxy environment by Visix allows such portability...
  21. It supports the Open Look, Motif, Microsoft Windows, and Macintosh
  22. environments (but I'm not sure if the Mac version is quite finished yet).
  23.  
  24. I received some helpful information by contacting them... here is what's
  25. printed on the title page of the report:
  26.  
  27. Visix Software Inc.
  28. 11440 Commerce Park Drive
  29. Reston VA 22091
  30. 1-800-832-8668
  31.  
  32. Let's see... I don't want to type in the whole thing (!) but one
  33. interesting portion is the list of standards that Galaxy supposedly
  34. conforms to (on the appropriate platforms):
  35.  
  36. OSF/Motif         Unicode        POSIX P1003.1
  37. OPEN LOOK         ISO 10646      PostScript
  38. CUA (Windows/PM)  ANSI C         X/Open NLS
  39. X Window ICCCM    RTF Doc format
  40.  
  41. From the looks of the above list it might seem that it is mainly
  42. a GUI spec but there are quite a lot of other useful components
  43. as well, such as network communication, inter-application communication,
  44. file system i/o, sound i/o, etc.
  45.  
  46. I haven't purchased it yet though so I can't give a personal testimonial.
  47.  
  48. Michael C. Grant
  49.