changing title of glut game mode window

I’ve been using glut with Visual C++ 6.0, and I notice in game mode the title in the taskbar for my compiled program is “GLUT”. I’d like to change this, but glutSetWindowTitle(“whatever”) didn’t seem to have any effect. How can this be done?

Hi, you can use glutCreateWindow(“xxxxx…”) function…

Glut game mode doesn’t use glutCreateWindow().