Mail Archives: djgpp/1997/10/27/05:21:08
Vik Heyndrickx wrote:
>
> Mark Phillips wrote:
> >
> > why won't this work?
> >
> > [code snipped]
> >
> > bool scrn[640][480];
> >
> > [more code snipped]
> >
> > // initialize scrn:
> > for (int i=0; i<640; i++)
> > for (int j=0; j<480; j++)
> > scrn[i][j]=0;
> >
> > it never seems to leave the loop, what did i do wrong?
Now I tested this program and:
It runs fine from the command line & from withing Rhide.
It debugs fine with F7 or F8.
The generated assembly source looks fine too.
So,
If I assume you are using Rhide:
- If your computer hangs and you press Ctrl-F2, what happens?
--
+----------------+
| Vik Heyndrickx |
+----------------+
- Raw text -