From: Jason Green Newsgroups: comp.os.msdos.djgpp Subject: Re: Undefined String::String Date: Sat, 19 Feb 2000 11:48:58 +0000 Organization: Customer of Planet Online Lines: 7 Message-ID: References: <1105_950952758 AT wol> NNTP-Posting-Host: modem-173.iodine.dialup.pol.co.uk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: news6.svr.pol.co.uk 950961447 25 62.136.44.173 (19 Feb 2000 11:57:27 GMT) NNTP-Posting-Date: 19 Feb 2000 11:57:27 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com gdefty AT ittglobal DOT net (Graeme Defty) wrote: > I have a number of 'Undefined String::String' and Undefined String::~String' error messages. I have used 'nm' to find the other String class functions in 'libgpp.a' but > not the constructor or destructor. If this is for a new project you may be better off using the standard string class (ie all lower case). You won't need libgpp for this.