Windows XP

I’m trying to compile some stuff using GLUT 3.7.2 (soemthing of the nature on the version number…the latest one), Visual C++ 6 and Windows XP. It compiles and links fine, but when I try to execute the executable nothing happens. I’m sure its something silly, but does anyone have any ideas what I can do to get programs to run?

PS: Its just a first program that opens a window with a square in it.

Hi !

I am using glut 3.7.6 without any problems at all on XP, set a breakpoint at the beginning of main and see what’s going on when you run the application.

Mikael