GPC and UNIX Curses

Mon, 24 Mar 1997 22:30:17 -0500


HI,

	I have tried to interface GPC with the Curses system
and I am running into a problem with names:

	There are two name in Curses that are different only
by their capitalization.  One is a variable declared as extern.
The other is a function.

	example:

	/* in C */
	extern int COLORS;

	extern int colors();

	(* in Pascal *)

	var
	COLORS : integer;	{can I do this???}
	procedure colors;c;


	I am trying to interface GPC to Curses but I don't know
how to pull this one off.

	Help!
-- 
Ronald Perrella
perrella@mindspring.com
Roswell, Georgia, USA.


Ronald Perrella (perrella@mindspring.com)

HTML conversion by Lluís de Yzaguirre i Maura
Institut de Lingüística Aplicada - Universitat "Pompeu Fabra"
e-mail: de_yza@upf.es