"Dan Irwin" <> wrote in message
news: om...
> hi, i go to columbia and have to make a 3d opengl program in c++
> i keep getting a run time error when i hit the down key,
> the error is: DAMAGE: afte normal block(85)
>
> i uploaded my program to this adress:
> http://members.aol.com/harryguy082589/blockout.zip
>
> thanks in advance for all who took a look
>
Unfortunately the file is zero bytes in length.
Dameage after normal block, means you are allocating some memory but not
enough of it, since you then write past the end of that allocated memory.
john