I have a c2965 problem that I need to get solved. I am new to c++ and when I try to compile my script I get the following error.
error c2065:'long64' : undeclared identifier
on the line
long64 *x, *y;
I am not sure what have caused this and it seems that this is a relatively uncommon issue. I work on a 64bit system and uses a 64bit compiler installed in visual studio 2008.
If anyone know the cause, please answer this. Thanks beforehand