Compiler Error C2551
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Compiler Error C2551.
void *' type needs explicit cast
A void pointer is assigned to a nonvoid pointer by implicit conversion. You must use an explicit cast.
Show: