Okay, im working on sdl programming for the DC. I want to use SDL_Image so I can do more than just display BMP's with SDL_LoadBMP. The first thing that I noticed is that the lib is included in the Dreamcast Dev Environment R3 but the "SDL_Image.h" is not. What I did was I used a header file that I download for computer programming. Anyway it compiled correctly once I used that but when it got to displaying a .png image on the TV screen(serial upload) it only showed up black. I think it may be because I used a header file that was for programming for the computer. chui compiled the lib in the latest R3 Dev Environment. Has anybody else tried to use SDL_Image?