Date: Wed, 7 Jul 93 16:36:40 EDT From: DJ Delorie To: crimson AT wpi DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Colour blocks in the corner... > When I work with array indicies that go beyond 383 by 256, my code dies. > My arrays are typedef'd as of [size][size]; there are characters arrays, > floats, and signed integers. These numbers seem ridiculously small to be > blowing out anything, so: The best thing to do is try to create a smallest program that causes the problem so that others (like myself) can work on fixing it. The smaller the test program, the better. DJ