help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SOLVED - Undefined symbol when loading g++ created library


From: Paul Pluzhnikov
Subject: Re: SOLVED - Undefined symbol when loading g++ created library
Date: Sun, 27 Nov 2005 18:23:38 -0800
User-agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Jumbo Shrimp, linux)

Adam Nielsen <a.nielsen@shikadi.rem.ove.net> writes:

> The problem was I'd defined a
> constructor RootClass::RootClass(void) as well as the 'real'
> constructor, but in my code I'd forgotten to implement RootClass(void),

<nitpick>
Actually, you didn't *define* the 'RootClass::RootClass(void)',
you merely *declared* it. The problem was exactly missing definition.
</nitpick>

Cheers,
-- 
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]