From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: strings are no fun Date: Mon, 27 Apr 1998 12:26:50 -0400 Organization: Nortel Lines: 34 Message-ID: <3544B1CA.277@nortel.ca> References: Reply-To: ichapman AT nortel DOT ca NNTP-Posting-Host: bcarib90.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Archee/CoNTRACT wrote: > > hi ! > > You have to chech, does strings.h exist in your %DJGPP%/include dir. > Then you have to check, is the include path correct. > You can use -I to use a different include path, but the easyer way is > to set the DJGPP environment variable to your DJGPP.ENV file. > You can change include paths in your DJGPP.ENV file. > > Make sure, you linked the libraries correctly needed for strings. > > -- Archee/CoNTRACT CODER ( 01dsolt AT vpg DOT hu ) > oldnikk:stonee,sutyi > web: http://gondolat.vpg.hu/~01dsolt > > On Sun, 26 Apr 1998, Robert Vila wrote: > > > I'm new to djgpp but not to c++ programming. for some reason, i can't > > coerce djgpp to pick up strings. I've included , <_string.h>, > > and to try out all 3. none works. i know this is a pretty > > basic question, but i can't really get the answer to this one. anybody > > know what i'm doing wrong? > > > > robert > > Hi, if the installation was done right it should have worked. Here is a good source of general dj stuff to look at http://www.delorie.com/djgpp/doc/ug/. and work through the installation. It works in my system. I think that you have a silly. Good luck Ian.