From: "David van Leerdam" Newsgroups: comp.os.msdos.djgpp Subject: Re: Help on clrscr... Date: Thu, 27 Jan 2000 14:11:55 +0100 Organization: Kabelfoon B.V. Lines: 39 Message-ID: <86pfud$31b$1@news.kabelfoon.nl> References: <20000127000427 DOT 13141 DOT 00000223 AT ng-cj1 DOT aol DOT com> NNTP-Posting-Host: k4nw227.dial.kabelfoon.nl X-Trace: news.kabelfoon.nl 948978445 3115 195.193.26.227 (27 Jan 2000 13:07:25 GMT) X-Complaints-To: abuse AT kabelfoon DOT nl NNTP-Posting-Date: 27 Jan 2000 13:07:25 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com You are using some kind of Pascal code?! David. "LarsNicolas" schreef in bericht news:20000127000427 DOT 13141 DOT 00000223 AT ng-cj1 DOT aol DOT com... > Hello, > > I recently installed djgpp and installed...I tried to test some simple > functions but I noticed that clrscr is not working...I don't know if this is an > error in djgpp but when I tried to use clrscr(), nothing is cleared from the > screen!... > > My system: > AMD K6-233 > Voodoo3 2000 > 64MB > Windows 98 > > I tried the simplest test but it won't clear the screen!: > > -------------------- > #include > > int main() { > clrscr; > return 0; > }; > ------------------- > > I don't know if the problem is in the library, but a little help (or > suggestions) to fix the problem would be highly appreciated... > > Thanks, > Lars