From: George Hicken Newsgroups: comp.os.msdos.djgpp Subject: Undefined String::String(void) problem Date: Mon, 07 Jun 1999 12:40:20 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 39 Message-ID: <7jgejj$mj6$1@nnrp1.deja.com> NNTP-Posting-Host: 195.216.12.82 X-Article-Creation-Date: Mon Jun 07 12:40:20 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT) X-Http-Proxy: 1.1 x39.deja.com:80 (Squid/1.1.22) for client 195.216.12.82 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I am attempting to use _String.h. The program compiles okay, but when attempting to link it all the String:: functions I call throw up undefined errors. Looking at the file _String.h file they are all implemented there as inline. I am using the contains, before, index, gsub, and chars methods. I have modified djgpp.env with the lines [rhide] RHIDE_TYPED_LIBS_DJGPP.cc=stdcxx This didn't work from Rhide, so I made a copy of libstdcxx.a called libstdcx.a I am using Rhide 1.4, bnu 2.8.1 gcc 2.8.1 djdev 2.0.2 gpp 2.8.1 lgp 2.8.1 mak 3.7.7 Any suggestions as to ways to fix this problem, or failing that an alternative string class (with gsub equivilent) would be great thanks in advance -- George Hicken george AT rayh DOT demon DOT co DOT uk ICQ: 462051 Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.