[SDL] mac osx freeze
Jason Hoffoss
jason at hoffoss.com
Sat Mar 16 15:37:01 PST 2002
----- Original Message -----
From: "Darrell Walisser" <dwaliss1 at purdue.edu>
To: <sdl at libsdl.org>
Sent: Saturday, March 16, 2002 3:49 PM
Subject: Re: [SDL] mac osx freeze
> The call fails because this is unimplemented in the SDL version you have.
Why the heck was this not implemented? In any case, if you're not going to
implement something, then at least dump an error message to stderr, and you
can return an error code, have a define like this or something and return it
in these cases:
#define SDL_ERROR_UNIMPLEMENTED -99999
That way people at least know and don't get all confused when things don't
work like they don't expect. Probably too late now, I realize, but
something to keep in mind in the future.
-Jason
More information about the SDL
mailing list