"safe" windows version?

At this page: http://www.libsdl.org/intro/whatplatforms.html It says
there are two versions for windows, a safe one and a high performance
one. What does it mean by safe? Am I going to (pardon my mock swedish)
“b0rk” my computer by using this if I do something wrong? I intend to
attempt writing games in SDL-Perl. Any response would be appreciated.

Thanks

Joel

At this page: http://www.libsdl.org/intro/whatplatforms.html It says
there are two versions for windows, a safe one and a high performance
one. What does it mean by safe? Am I going to (pardon my mock swedish)
“b0rk” my computer by using this if I do something wrong? I intend to
attempt writing games in SDL-Perl. Any response would be appreciated.

This refers to the WinDIB driver and the DirectX driver. SDL uses
DirectX first, and falls back to DIB if it can’t find DirectX 5.0
or newer. This pretty much only happens on Windows NT anymore.

So… you can ignore the entry in the intro, you’ll be fine just
running the stock version of SDL and it will pick the right driver
for you.

See ya!
-Sam Lantinga, Software Engineer, Blizzard Entertainment

So I don’t have to worry about damaging my system at all?

Joel

I think that “safe” - in this context - means that it is reliable (where as
DirectX isn’t guaranteed), not the opposite of dangerous :wink:

Will McGugan> -----Original Message-----

From: sdl-bounces+will=willmcgugan.com at libsdl.org
[mailto:sdl-bounces+will=willmcgugan.com at libsdl.org]On Behalf Of Joel
Hobson
Sent: 22 May 2004 22:55
To: A list for developers using the SDL library. (includes SDL-announce)
Subject: Re: [SDL] “safe” windows version?

So I don’t have to worry about damaging my system at all?

Joel

Thank you.

Joel