Mudi
You're pushing your luck little man
(hey mods, I edited the other one to indicate it was in the wrong forum, delete IT not this one please )
Does anyone want to tell me why
is segfaulting? There is no reason for it at all that I can see. Especially when calling
a few lines above provides no trouble whatsoever.
That first line segfaults both on my PC and my GP2X, and I'm getting very frustrated
(hey mods, I edited the other one to indicate it was in the wrong forum, delete IT not this one please )
Does anyone want to tell me why
Code:
ret = SDL_CreateRGBSurface(SDL_SWSURFACE,512,288,32,0xff0000,0x00ff00,0x0000ff,0x0);
Code:
tmp = SDL_CreateRGBSurface(SDL_SWSURFACE,32,18,32,0xff0000,0x00ff00,0x0000ff,0x0);
That first line segfaults both on my PC and my GP2X, and I'm getting very frustrated
(hey mods, I edited the other one to indicate it was in the wrong forum, delete IT not this one please )