Hi!
I got a porblem with glutGameMode. Under windows98 i get about 600fps ( just a falling Cube). But under WinNT its allways just 60fps even if i disable textures.
Both Systems are a PIII 450Mhz.
My glutGameMode code is:
glutGameModeString("640x480:16@60");
glutEnterGameMode();
Thx so far,
XRoads42