headers for OpenGL, OpenAL, and SDL

Anders F Björklund afb at algonet.se
Tue Mar 7 00:26:58 PST 2006


James Pelcis wrote:

> Let me put this a different way...  I don't have a Mac, so I don't have 
> a copy of the header.  I would still be more than happy to port it though.

And that is the problem. Without a Mac, you don't have the original 
headers and they can't be-redistributed without permission from Apple...

For SWT on Mac OS X for instance, they have a special "license" for it

> The SDL 1.2.9 interface is either a superset of 1.2.8 or exactly the 
> same, but I'm not sure which.  I'd try using your CVS version with an 
> older version of the library to find out for sure.  If it works, assume 
> that there is no version difference.

I just ran a diff on the headers from 1.2.8 to 1.2.9 and applied it...
As I recall it, there was just cosmetical differences - no API changes.

> What's the official "version (Mac)?"

version(darwin)

Only problem that it is valid both for Darwin (which runs X11, and GLX)
and for Mac OS X (which runs Quartz and AGL). But it's usually Mac OS X.

--anders



More information about the Digitalmars-d-announce mailing list