- Does
fprintf(stderr, “Problem: %s Info: %s\n”, SDL_GetError(), stringerr);
not work properly under BeOS? Or do you have to create the stderr file first?
- I created a small test in Win32 using the blit example plus some code from
Bill Kendrick’s mad bomber. I finally got this to work, but when I compiled it
under BeOS I received the error that it was unable to find the libSDL.so file.
I then applied your fix. Now when I try to run the program (almost) nothing
happens, not even any error messages.Is there something else I should be
doing?
Thanks for any hints…
Bryan