Date: Thu, 17 Apr 1997 19:58:35 +0300 (EEST) From: Adrian Oboroc To: Bryan Murphy Cc: djgpp AT delorie DOT com Subject: Re: Virtual Table In-Reply-To: <199704152107.RAA02158@hcst.net> Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Tue, 15 Apr 1997, Bryan Murphy wrote: > Could somebodly please tell me what > error: undefined reference to 'CLASS_NAME virtual table' > means?!? I had similar error messages then I tried to compile code, in wich was declared a class with few member function declaration, but not all of them was actually implemented. If it's your case, just replace ";" with "{}" in declaration of non-implemented methods.