Path: utzoo!utgpu!jarvis.csri.toronto.edu!rutgers!cs.utexas.edu!uunet!mcvax!nikhefh!n62 From: n62@nikhefh.hep.nl (Klamer Schutte) Newsgroups: comp.sys.atari.st Subject: Re: Curses for the ST Summary: Not difficult on other compilers than MEGAMAX Message-ID: <215@nikhefh.hep.nl> Date: 16 Jun 89 14:01:40 GMT References: <8906151545.AA14335@ucbvax.Berkeley.EDU> Reply-To: Schutte@nikhefh.hep.nl (Klamer Schutte) Organization: Nikhef-H, Amsterdam (the Netherlands). Lines: 25 The request was whether there is a curses package for an other compiler than MEGAMAX. I don't know, but the MEGAMAX one was easy to convert to TURBOC; so it won't be difficult to port it to MWC (i think). The main change is to change the line containing overlay; this is a MEGAMAX keyword and you probably don't want to know about it (:-)). Just delete that one. second, you can change the name of woverlay() back to overlay(); third, but not to essential: in the header file are the macros defined as #define func(arg) { func1(arg); func2(arg); }. This can not be casted like: (void) func( arg ); so i changed the header file to: #define func(arg) ( func1(arg), func2(arg) ) Good luck, Klamer. PS I am not related to any company writing ST software; I am not responsible for error coming from the above text (I do not have the changed source right at hand). -- ________________________________________________________________________________ Klamer Schutte mcvax!nikhefh!{n62,Schutte} {Schutte,n62}@nikhefh.hep.nl