Compiler Error C2212
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 C2212.
identifier' : __based not available for pointers to functions
Pointers to functions cannot be declared __based. If you need code-based data, use the __declspec keyword or the data_seg pragma.
Show: