GDB hangs with SDL

Started by
1 comment, last by Pigletor 17 years, 6 months ago
Well I'm using Code::blocks ide with MinGW, gdb 6.3.2 and SDL 1.2.11. So if I start debuging it gets to SDL_SetVideoMode and hangs. I found this http://www.libsdl.org/pipermail/sdl/2003-October/057384.html on the sdl mailing list but it doesn't help me. It used to work but then i downloaded a new version of SDL.
Advertisement
Are you sure you're using the correct SDL.dll file? I had the same problem when I upgraded. Turns out I my application was still trying to use the old dll file instead of the newer one, -10pts for me for not paying attention. Once I replaced the old one everything worked fine again.

-Artum.
Quote:Original post by Artum
Are you sure you're using the correct SDL.dll file? I had the same problem when I upgraded. Turns out I my application was still trying to use the old dll file instead of the newer one, -10pts for me for not paying attention. Once I replaced the old one everything worked fine again.


I checked again and again, messed with the linker and still it hangs. Someone please help.

This topic is closed to new replies.

Advertisement