Subj : [function name] is not a member of [class name] To : borland.public.cpp.borlandcpp From : Alexandre Turgeon Date : Thu Mar 04 2004 11:09 am I had a class I designed. I wanted to add a member function to it. So i right-clicked on the class in the class explorer, clicked on "New method" and filled everything (public function, void return, 1 bool parameter). Then when I try to compile, I always get the message that my new member function is not a member of my class. How is that possible? .