Here are the 4 execs that have been compiled.

So. the first code is not supposed to work? I am surprised! I had told
you earlier, I have a problem understanding the language people talk
in.
____________________
The first code:
----------------------------------
#include <whateverYouNeed.h>

main() {

   InitializeAWindowPlease();

   glClearColor (0.0, 0.0, 0.0, 0.0);
   glClear (GL_COLOR_BUFFER_BIT);
   glColor3f (1.0, 1.0, 1.0);
   glOrtho(0.0, 1.0, 0.0, 1.0, -1.0, 1.0);
   glBegin(GL_POLYGON);
      glVertex3f (0.25, 0.25, 0.0);
      glVertex3f (0.75, 0.25, 0.0);
      glVertex3f (0.75, 0.75, 0.0);
      glVertex3f (0.25, 0.75, 0.0);
   glEnd();
   glFlush();

   UpdateTheWindowAndCheckForEvents();
}
___________________________________

Attachment: glut002
Description: Binary data

Attachment: glut003
Description: Binary data

Attachment: glut004
Description: Binary data

Attachment: glut005
Description: Binary data

_______________________________________________
Users mailing list
[email protected]
https://lists.geany.org/cgi-bin/mailman/listinfo/users

Reply via email to