[SDL] Weird SDL_TTF problem...
Matthias Weigand
weigole at gmx.de
Fri Jun 8 23:42:06 PDT 2007
My expierience with this kind of errors is, that you might have some bad
memory access or uninitialized data, which not directly causes your
program to crash. Then debugging is an unthankful job. Try to reduce
your code step by step and ensure that your error still occurs with g++.
If you end up with a very small program, that still crashes you can walk
through with gdb.
I know, thats no big help...
James Brawn wrote:
> I just recompiled the project with Visual C++ 2005 Express Edition instead of
> g++, and the error does not occur. What could this possibly mean?
>
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
>
>
More information about the SDL
mailing list