Subj : Re: [function name] is not a member of [class name] To : borland.public.cpp.borlandcpp From : maeder@glue.ch (Thomas Maeder [TeamB]) Date : Thu Mar 04 2004 06:51 pm [I canceled the 6 (!) copies of your post.] Alexandre Turgeon writes: > 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? The member function seems not to be declared in the class definition. If that's not the case, please reduce your code to the minimal size just demonstrating your problem (<50 lines) and post that. .