Page 2 of 2

Re: SDL image error?

Posted: Sat Mar 05, 2011 9:21 am
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!

Re: SDL image error?

Posted: Sat Mar 05, 2011 10:19 am
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!

Re: [Solved] SDL image error?

Posted: Sun Mar 06, 2011 12:47 pm
by dandymcgee
Grats man. Gotta love those ones huh?

Re: [Solved] SDL image error?

Posted: Sun Mar 06, 2011 12:48 pm
by ParticleGames
dandymcgee wrote:Grats man. Gotta love those ones huh?
No kidding, I've never been so frustrated. All is well now :D