Hi Rune, func is a data member of the testfnptr object. Change this... if (0 != (this->*func)) ...to this... if (0 != func) HTH, --Eljay
Hi Rune, func is a data member of the testfnptr object. Change this... if (0 != (this->*func)) ...to this... if (0 != func) HTH, --Eljay