Using SDL in an already existing window

Hi,

Is it possible on windows, to use SDL in an already existing window ? I’d like
to have this, to integrate the SDL part of the project in a windows GUI.

Thanks

Hacktarux wrote:

Hi,

Is it possible on windows, to use SDL in an already existing window ? I’d like
to have this, to integrate the SDL part of the project in a windows GUI.

You have to use the SDL_WINDOWID env variable. I have no idea how it
works under windows, but a bit of googling will surely tell you.

Stephane