◄Up► ◄Contents► ◄Index► ◄Back► ──────────────────────────────────────────────────────────────────────────── Compiler error C2436 'identifier' : cannot initialize member functions A member function of the specified class was initialized. Unlike variables, functions cannot be initialized. This error can be caused by trying to initialize a function instead of a pointer to the function. -♦-