Hi all,
I am facing a problem on malloc for allocating memory:
ByteArr = (BYTE *)malloc(sizeof(SHORT) * 20);
I m getting error like
"CXX0030: Error: expression cannot be evaluated"
But if i am taking 428 or 1024 instead of 20 than its allocating the memory.Can you please tell me where is the problem ...thanks.