Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sgi!msc@ramoth.SGI.COM From: msc@ramoth.SGI.COM (Mark Callow) Newsgroups: comp.sys.sgi Subject: Re: Binary Compatability? Summary: You have to use the shared GL Message-ID: <27790@sgi.SGI.COM> Date: 2 Mar 89 18:59:49 GMT References: <8902272226.AA00876@aero4.larc.nasa.gov> Sender: daemon@sgi.SGI.COM Organization: Silicon Graphics, Inc., Mountain View, CA Lines: 9 If you want your GL program to have binary compatibility across all 4D products you *must* link with the shared GL as well as avoiding any hardware (such as alpha planes) that only exists on certain models. You also must only use the exported (i.e. public) entry points of the shared GL. -- -Mark