[SDL] SDL with Windows
Jeff
j_post at pacbell.net
Wed Oct 4 21:00:55 PDT 2006
On Wed October 4 2006 15:16, Madhuri Rambhatla wrote:
> Hello,
> I have downloaded the latest development libraries of SDL for Visual Studio
> (Windows). I was able to successfully compile and run.
> However, I do have a question. Can I open multiple instances of SDL from
> the same application? My application requires different surfaces to display
> different video feeds. There is no sharing of data between these surfaces.
> If it is possible, can someone please show me how or point me in the right
> direction?
>
You can fork child processes that are SDL applications. How you do that
depends on the OS. I've had it working in both Linux and Windoze.
Jeff
More information about the SDL
mailing list