next up previous contents
Next: 17.3 3D Texture Portability Up: 17 Portability Considerations Previous: 17.1.4 Characterize Platform Performance

17.2 Windows versus UNIX

When writing samples and prototype code and even production applications, keep in mind that different UNIX implementations and Windows 95/NT have different APIs, provide different system services, and can even provide substantially different development environments (such as contents of include files, location of libraries, etc.). Here are a few things to look out for when writing a program under UNIX with the intent to port to Windows:

A more in-depth list of portability considerations is available in the file Portability.txt in the GLUT 3.6 distribution. GLUT is described in more detail in Section 19.