arrayresize problem

 

Hi,

Could someone help me ?

Below is my codes in ea:

int iarray[];

ArrayResize(iarray, 10);

when I excuted the ea, I got an error says : Access Violation read to 0xCDCDCDC8 in 'a.ex4'

Hanxu

 
are you sure it's the ArrayResize function causing that error and not a some kind of a dll
 
qjol:
are you sure it's the ArrayResize function causing that error and not a some kind of a dll

I tried to debug the ea . It is really caused by dll. Thank you for your help.
Reason: