For some reason, when the application works perfectly except it doesnt display the imgae. I put the bmp file in the same folder as the exe. however all that shows up is a black screen. Any help?
here's the code:
#include "SDL.h"
int main( int argc, char* args[] )
{
//The images
SDL_Surface* hello = NULL;
SDL_Surface* screen = NULL;
i tried that but it didnt work lol. I pretty much put it in every folder i could think of thats relevant to see if i would work but it still just shows up as a black screen.