E2476 Cannot overload 'function' (C++)
Go Up to Compiler Errors And Warnings (C++) Index
You cannot overload the specified function. This error is displayed if you tried to declare a function with the same name as another function, but the redeclaration is not legal. For example, if both functions have the 'extern "C"' linkage type, only one 'extern "C"' function can have a given name.