The title should pretty much sum it up but here's the scoop: I want to embed a BMP file into my Win32 program. This is easy enough with MSVC -- simply import it into the resource file. The question now is, how can I use the BMP in the embeded resource file with SDL_Image? Thanks for any help!