I have create a kinect application in c++, but i have same error in my glut functions, void glutKeyboard, glutDisplay, glutIdle. in following example i'm the all function is declared in the main file, so no need class, but in my application need, however the class generates an error by declaring the scope of functions.I have create a kinect application in c++, but