02-19-2012 08:42 AM
I use SDL display screen in QT. But the following code is invalid.
char variable[64];
sprintf(variable, "SDL_WINDOWID=0x%lx", this->winId());
putenv(variable);
please help me ......