I'm trying to compile on Microsoft visual studio 2013 on C++ a program written for linux ( is a mix of C and C++ (#include .h) and I'm going to convert all in C++ to not be more confused !)
the statement:
ret->data = _malloc(ret->size + 8);
return the error:
IntelliSense: a value of type "void *" cannot be assigned to an entity of type "unsigned char *"
please help