Xref: news-dnh.mv.net comp.os.msdos.djgpp:4340 Newsgroups: comp.os.msdos.djgpp From: nfp AT inesc DOT pt (Nuno Filipe Pedrosa) Subject: Have you seen conio.h code ? Message-ID: Sender: usenet AT inesc DOT pt Nntp-Posting-Host: pandora.inesc.pt Organization: -- nao definida -- not defined -- Date: Sat, 13 Jan 1996 15:41:36 GMT Lines: 20 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi! I've used djgpp V1.12, and gcc2.6.3 for some time, although not extensively. Recently, I tried to compile some of my (very) old programs that used Borland conio.h for input/output. All went fine till link time. Apparently, the linker can't find the functions, like clrscr, for instance. I tried some other include files, but only the standard ones, like stdio.h and stdlib.h cause no problem. I've searched the faq for such problems, but I found nothing. Did anyone else have such a problem ? The include files exist, but where are the libs ? Thanx! nffp PS: Where can I find an editor suitable for djgpp ? With error browsing, that is. Hopefully with standard dos editor commands, like those in Borland's IDEs.