Hi
when i run my cvi app, it pop-up error with this message:
Dereference of out-of bounds pointer: 1 bytes(1 elements) past end of array.
the relative code fo this error is
for (i=0;i<32;i++)
l_vArrayEGsmPwrCtrlLev[i]=l_vPwrCtrlLev[i];
and i set the variable declaration in *.h file for it is "int g_vArrayEGsmPwrCtrlLev[1][32]; "
Does anybody can help me?
thanks
crystal