www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp/2003/02/25/08:15:18

From: "helen" <lab_darzo AT libero DOT it>
Newsgroups: comp.os.msdos.djgpp
Subject: HELP with CONIO.H
Date: Tue, 25 Feb 2003 13:07:55 +0000 (UTC)
Organization: Mailgate.ORG Server - http://www.Mailgate.ORG
Lines: 43
Message-ID: <6a5a8fa116bf7cfe3195a3dd08958be4.113557@mygate.mailgate.org>
NNTP-Posting-Host: host227-148.pool217223.interbusiness.it
X-Trace: news.mailgate.org 1046175054 30101 217.223.148.227 (Tue Feb 25 14:07:55 2003)
X-Complaints-To: abuse AT mailgate DOT org
NNTP-Posting-Date: Tue, 25 Feb 2003 13:07:55 +0000 (UTC)
Injector-Info: news.mailgate.org; posting-host=host227-148.pool217223.interbusiness.it; posting-account=113557; posting-date=1046175054
User-Agent: Mailgate Web Server
X-URL: http://mygate.mailgate.org/mynews/comp/comp.os.msdos.djgpp/6a5a8fa116bf7cfe3195a3dd08958be4.113557%40mygate.mailgate.org
To: djgpp AT delorie DOT com
DJ-Gateway: from newsgroup comp.os.msdos.djgpp
Reply-To: djgpp AT delorie DOT com

I have DJGPP working fine even with allegro.
it's on win98.

I run this and a blank screen goes. why ? (see below)
---
/*    parabola non centrata nell'origine */

#include <stdio.h>
#include <math.h>
#include <conio.h>

int main()
{
int h,w;
  clrscr();

	h=300;
	w=200;
        gotoxy(120,350);
        textcolor(4);
        printf("il testo è in 120,350\n");
        getchar();

   // ORA DISEGNO LA FINESTRA...
   textbackground(4);
	 window(10, 20, 10+w, 20+h);
         getchar();
   return 0;
}



---
 I suppose conio.h is not linked or the RHIDE is not well configured.
any help ???

pleaseeeeeeeeeeeee

helen


-- 
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG

- Raw text -


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