massive problem every program that i run

I'm getting a constant error every time i try a new piece of code when i'm testing if a plugin works. I've been trying to get SQL to work getting the same error and now also with SDLMappy,

Looked on google and its all saying others ppls code is wrong (i know these arent wrong cos i've tryed 10+ sql codes to test with the same error and now its spreading to anything i touch with c++ =/.

the error :
http://imageshack.us/f/412/errorud.jpg/

any clue what could be causing this?
You're right, that's a picture of an error.

Unfortunately, you haven't provided any information on what you've done.
i've copied tutorials off the net...

http://membres.multimania.fr/edorul/SDLMappye.htm

http://markalexanderbain.suite101.com/using-a-mysql-databases-with-c-a70097

and a few more which might take a while to find, all with the same type of error, and debug doesnt give any information
You're accessing a bad/uninitialized pointer. If the crash is happening on the SDL_BlitSurface line, then one of your SDL_Surfaces probably wasn't created.
okey, ill have a look and hopefully find somthing ><
Topic archived. No new replies allowed.