From: "Maurus Bannert" <3200440761920001 AT t-online DOT de> Newsgroups: comp.os.msdos.djgpp Subject: header conio.h Date: Sun, 9 Jul 2000 11:48:54 +0200 Organization: T-Online Lines: 46 Message-ID: <8k9hnk$g48$15$1@news.t-online.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.t-online.com 963136052 15 16520 320044076192-0001 000709 09:47:32 X-Complaints-To: abuse AT t-online DOT de X-Sender: 320044076192-0001 AT t-dialin DOT net 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 Question in English further down... Ich programmiere in C (MS Visual C++ 6) eine Konsolenanwendung. Die folgenden Funktionen werden nicht compiliert, obwohl ich die Header Dateien (conio.h,stdio.h) includiert habe. Fehlermeldung: warning C4013: 'textattr' undefiniert. Ich soll sie aber für einen Lehrgang benutzten... textbackground();textcolor();textattr(); clrscr();window();gotoxy(); Kann mir jemand sagen, wie ich diese Funktionen einbinden kann? Falsche Compiler Konfiguration? Die Conio.h Datei ist 2,55KB und vom Juni 1998, (c) 1985-1997, Microsoft Corporation, Purpose: This include file contains the function declarations for the MS C V2.03 compatible console I/O routines. Gibt es andere Header die die gleichen oder aehnliche Funktionen bereitstellen? Danke... Maurus mouse_power AT hotmail DOT com English ... I´m progamming an Console Application in C with with MS Visual C++ 6. The following functions will not be compiled: textbackground();textcolor();textattr(); clrscr();window();gotoxy(); message : warning C4013: 'textattr' undefiniert. I've included the header conio.h and stdio.h. Is my conio.h too new? Or do I have a wrong Compiler configuration? The Conio.h is 2,55KB and from June 1998. (c) 1985-1997, Microsoft Corporation, Purpose: This include file contains the function declarations for the MS C V2.03 compatible console I/O routines. Are there different header files, which provide similar functions? Thanx... Maurus ps. English is not my native language... mouse_power AT hotmail DOT com