nanogui@linuxhacker.org

nanogui@linuxhacker.org


Subject: RE: The DOS application
From: Rod Boyce
Date: Mon, 13 Mar 2000 20:31:18 +1300

Well I got the BGI code working.  I found one coding error.  In the file
scr_tc.c  they are very small so I do not believe worth a diff.

Change lines as follows.
Line 27 from
	static int  BGI_open(PSD psd);
to:
	static PSD BGI_open(PSD psd);

Line 68 from
	static int
to:
	static PSD

Line 90 from
	return 1;
to:
	return PSD;

I hope I do not stand on any-ones toes here.  I am also working on getting
at least at the moment micro windows to compiler from a Borland 5.02
makefile.  I'll publish the results in a week or so.

Regards,
Rod Boyce

-----Original Message-----
From:	Greg Haerr [mailto:greg@Censoft.com]
Sent:	Monday, 13 March 2000 13:22
To:	Rod Boyce; nanogui@linuxhacker.org
Subject:	Re: The DOS application

Rod,I would be interested if you could get the BGI interface working,
it was just submitted and I haven't tested it.

Have fun!

Regards,

Greg




nanogui@linuxhacker.org