From: gdefty AT ittglobal DOT net (Graeme Defty) Newsgroups: comp.os.msdos.djgpp Subject: Re: Undefined String::String Message-ID: <1103_951019320@wol> Date: Sun, 20 Feb 2000 04:02:00 GMT References: <1105_950952758 AT wol> NNTP-Posting-Host: 202.135.223.232 X-Trace: 20 Feb 2000 04:04:30 GMT, 202.135.223.232 Organization: Global Network Services - Remote Access Mail & News Services Lines: 19 X-Complaints-To: abuse AT prserv DOT net To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Sat, 19 Feb 2000 11:48:58 +0000, Jason Green wrote: > 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. > I tried -O and -O2 to no avail. This is indeed a new project and I would *love* to use a 'standard' string class, but I can't find it, either in .h files or (using 'nm') in any of my libraries. Could you point me in the right direction? Thanks, g