I can see how the DirectDraw version (current one) could be troublesome for
that kind of software. Maybe it works in Linux (with X)...?
The SDL version will most likely be more cooperative on all platforms
though.
> > I've heard reports that it doesn't get along well with video
> > capturing software...
>
> I can see how the DirectDraw version (current one) could be troublesome for
> that kind of software. Maybe it works in Linux (with X)...?
>
> The SDL version will most likely be more cooperative on all platforms
> though.
I don't know of any such software for X11/Linux, but if there is, it
should work normally, it's just a normal window.
On Windows, SDL might work if it's using its "windib" video driver,
which might behave more like a "normal" window. I think it's the
default for SDL nowadays, but the SDL website would tell you how to
force it if you want (it's controlled through environment variables on
Linux).