Message-ID: <36B38112.EC4A6B92@idirect.com> Date: Sat, 30 Jan 1999 17:00:50 -0500 From: Martin Smith X-Mailer: Mozilla 4.04 [en] (Win95; I) MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Appropriate library for the String class Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: ts7-62t-42.idirect.com X-Trace: 30 Jan 1999 17:00:40 +0500, ts7-62t-42.idirect.com Organization: via Internet Direct Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I wrote a program some time ago with the 2.7xx versions of the libraries, and the String class worked fine with #include <_string.h> and linking with libgpp.a I revisited that program now that I'm running with versions 2.8xx of the libraries, and the linker can't resolve the references with the new libgpp.a. SO, is there another library I need??? If you say RTFM, then please tell me what part of the FM to R? Cheers.