delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2000/07/09/09:45:22

From: dontmailme AT iname DOT com (Steamer)
Newsgroups: comp.os.msdos.djgpp
Subject: Re: header conio.h
Date: Sun, 09 Jul 2000 11:50:31 GMT
Organization: always disorganized
Lines: 21
Message-ID: <396866e6.15014937@news.freeserve.net>
References: <8k9hnk$g48$15$1 AT news DOT t-online DOT com>
NNTP-Posting-Host: modem-191.bar-goby.dialup.pol.co.uk
X-Trace: news7.svr.pol.co.uk 963143432 9206 62.136.228.191 (9 Jul 2000 11:50:32 GMT)
NNTP-Posting-Date: 9 Jul 2000 11:50:32 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

Maurus Bannert wrote:

> 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();

This is the wrong newsgroup to ask questions about MSVC++ - you
should try a Microsoft newsgroup.

However, the reason your program won't compile is that these are
functions which are only found on DOS compilers, whereas MSVC++ 6
is a Win32 compiler.  MSVC++ 6 has no equivalents for most of
these functions, because the things they do are mostly impossible
in a Win32 console application.

Since you have chosen to post in comp.os.msdos.djgpp, perhaps I
should point out that DJGPP supports all the above-mentioned
functions.  You can get it from http://www.delorie.com/djgpp/ .

S.

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019