Create several windows?

I want to know is it possible to create several windows within the same application? Do I need to create separate thread for each windows? Thanks.==================================================================
??? http://sinamail.sina.com.hk

I want to know is it possible to create several windows within the
same application? Do I need to create separate thread for each
windows? Thanks.

SDL will only let you have one window at a time right now. The plans for
SDL 1.3 allow for multiple windows, but this work will not be available
for quite a long time.

Most applications that need multiple windows usually are using SDL for the
wrong reasons.

–ryan.