From: dontmailme AT iname DOT com (Steamer) Newsgroups: comp.os.msdos.djgpp Subject: Re: conio.h in C++ Date: Wed, 06 Dec 2000 15:50:15 GMT Organization: always disorganized Lines: 12 Message-ID: <3a2e602b.24409552@news.freeserve.net> References: <3A2E1DCF DOT F3E0F7EC AT acc DOT umu DOT se> NNTP-Posting-Host: modem-45.clown-goby.dialup.pol.co.uk X-Trace: news5.svr.pol.co.uk 976117816 24916 62.136.247.45 (6 Dec 2000 15:50:16 GMT) NNTP-Posting-Date: 6 Dec 2000 15:50:16 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Forte Free Agent 1.11/32.235 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Anders Hasselqvist wrote: > > > To make the text output look better I want to use clrscr(); from > > > conio.h. It doesn't work! I include conio.h but still > > > clrscr() is reported as undeclared. Why? > When I compiled from Rhide (as I always do) the problem occured. > Compiling it myself works. I guess rhide somehow > doesn't link with the correct libraries (libc also). Maybe you have RHIDE set to use the -ansi switch. This would mean that the compiler never sees the clrscr() declaration.