glutEnterGameMode(); not work in Win2K?

I tried to use this to go fullscreen at a specified resolution and color depth in GLut, but I get an error when it hits this function. I have specified the glutGameModeString properly and such… Any help is appreciated! Thanks!

I’ve never had a problem with this in win2K. Does it run ok in windowed mode?

Gameglut crashes on my PC, even with win98, I haven’t tried Win2k yet.

Almost everything crashes on my pc ^_^!

Windowed runs fine… the program works perfect right up until it calls glutEnterGameMode();… I ran it in debug mode. hmm.