Original Post
This simple program compiles without any errors, but it doesn't run. The debugger is able to load it, but absolutely nothing happens. If I remove the IMG_Load part, it runs just fine. I have the SDL_image framework installed, and I have set it to "Copy Frameworks into .app bundle". Can anyone see what is wrong? The relevant part is the load_image function. EDIT: I used IMG_Load before I had initialized SDL. Problem solved. [Edited by - Memloop on March 22, 2009 12:51:08 PM]