Neil Devlin wrote:
>   TRACE("%d\n",ptr->one[0]); //will display  1
>  
>  
> If I do a 'Add to Watch' on the ptr within the function, it only
> displays the first value of one, ie one[0], but rest are set to 0 within
> the array.
>  
> Does anyone else experiance this problem? If so how can I overcome this,
> if possible.

How about adding ptr->one[ 1 ] for example?

--
Ehsan Akhgari
Farda Technology <http://www.farda-tech.com/>

Windows is a colorful clown suit for DOS.

_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to