public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Missing virtual functions
@ 1997-08-27  7:06 Eric Britten
  1997-09-01 18:30 ` Fergus Henderson
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Britten @ 1997-08-27  7:06 UTC (permalink / raw)
  To: gnu-win32

Yesterday I found that if one declares virtual functions in a class
like:

class A
{
    A();
    virtual void B();
};

and the definitions for the functions(inline or external) are not found
by the linker then two types of linking errors result.

1.  Undefined reference to a vtable in the constructors of the class.
2.  Undefined reference to any other inline functions of the class that
are used by other code.

It took me a while to figure out that if all virtual functions are
defined, then these errors go away.  Is this GNU specific?  It would
help if the linker complained of undefined references to the virtual
function without a definition, rather than the missing vtable.  Of
course this would help those unfamiliar with this error, I already know
the cause.

Eric Britten

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-09-01 18:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-08-27  7:06 Missing virtual functions Eric Britten
1997-09-01 18:30 ` Fergus Henderson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).