I'm encountering this error while compiling some old VC++ 6.0 source code.
error C2632: 'long' followed by 'long' is illegal
There's a part of the code that declares a long long int variable which caused the error. Does anybody know how I can fix this error compiling it in VC++ 6.0? I've searched around and I've read that this data type is not yet supported in this version. However, this is an old code and I'm sure this was compiled in VC++ 6.0.