[Solved] SDL image error?

Whether you're a newbie or an experienced programmer, any questions, help, or just talk of any language will be welcomed here.

Moderator: Coders of Rage

User avatar
ParticleGames
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 53
Joined: Sat Feb 19, 2011 1:20 pm
Current Project: A map editor for a platformer I plan to develop
Favorite Gaming Platforms: Wii, Gamecube
Programming Language of Choice: C++

Re: SDL image error?

Post by ParticleGames »

Click to see images
Click here to see the hidden message (It might contain spoilers)
Image Image Image
Here is my base SHMUP folder. Next to that is the contents of bin/Debug (The very top folder). Beside that is my obj/Debug folder (Second folder of the first image).
Image
Now here is Project>Properties... In code blocks. This one here is Debug.
Image
This here is Release.

Also, when I click directly on SHMUPy, it crashes. When I click on SHMUP in bin/Debug, it works, but still no images.
I'm still stumped!
Check out my iPhone app here: http://twilighthop.com
User avatar
ParticleGames
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 53
Joined: Sat Feb 19, 2011 1:20 pm
Current Project: A map editor for a platformer I plan to develop
Favorite Gaming Platforms: Wii, Gamecube
Programming Language of Choice: C++

Re: SDL image error?

Post by ParticleGames »

EDIT 2: I have fixed it! I had changed some options in Project properties that I shouldn't have, so everything was screwed up. I created a new project and just transferred my code, but than I realized that something in my ImageManager class was screwing up the SDL_BlitSurface() function so I had to dispose of that class. Thanks for your help guys!
Check out my iPhone app here: http://twilighthop.com
User avatar
dandymcgee
ES Beta Backer
ES Beta Backer
Posts: 4709
Joined: Tue Apr 29, 2008 3:24 pm
Current Project: https://github.com/dbechrd/RicoTech
Favorite Gaming Platforms: NES, Sega Genesis, PS2, PC
Programming Language of Choice: C
Location: San Francisco
Contact:

Re: [Solved] SDL image error?

Post by dandymcgee »

Grats man. Gotta love those ones huh?
Falco Girgis wrote:It is imperative that I can broadcast my narcissistic commit strings to the Twitter! Tweet Tweet, bitches! :twisted:
User avatar
ParticleGames
Chaos Rift Cool Newbie
Chaos Rift Cool Newbie
Posts: 53
Joined: Sat Feb 19, 2011 1:20 pm
Current Project: A map editor for a platformer I plan to develop
Favorite Gaming Platforms: Wii, Gamecube
Programming Language of Choice: C++

Re: [Solved] SDL image error?

Post by ParticleGames »

dandymcgee wrote:Grats man. Gotta love those ones huh?
No kidding, I've never been so frustrated. All is well now :D
Check out my iPhone app here: http://twilighthop.com
Post Reply