Mr Fab wrote:

> Now gdb tells me that it is exploding at the:
> 
> TitleFont[y++] = value.addr[x];

Which probably means that either TitleFont or value.addr doesn't point
anywhere. Use gdb to print the values of all of the variables
involved.

-- 
Glynn Clements <[EMAIL PROTECTED]>

Reply via email to