Compiler Error 852

Error: Expression must be a pointer to a complete object type in "...."

If you're trying to dereference a void*, try to cast it to something other than void first.


All wikipages