Randy schrieb: > 'SDL_event' : undeclared identifier > SDLK_ESC : undeclared identifier > error C2051: case expression not constant Please check the docs before posting. It's: SDL_Event and SDLK_ESCAPE Greetings Sebastian