|
|
|
|
Bonjour,Je Voudrais Savoir Pourquoi je n'arrive pas a A changer le titre dune fenetre DOs avec cce code:
int main(int argc, char *argv[])
{
SDL_Init(SDL_INIT_VIDEO);
SDL_SetVideoMode(640, 480, 32, SDL_HWSURFACE);
SDL_WM_SetCaption("Ma super fenêtre SDL !", NULL);
pause();
SDL_Quit();
return EXIT_SUCCESS;
}
Merci ,D'avance
Configuration: Windows XP Internet Explorer 7.0