Path: utzoo!attcan!uunet!zephyr.ens.tek.com!tektronix!reed!minar From: minar@reed.bitnet (Nelson Minar,L08,x640,7776519) Newsgroups: comp.os.msdos.programmer Subject: Re: Need Advice on C User-interface Builing Libraries Message-ID: <15527@reed.UUCP> Date: 2 Oct 90 04:16:09 GMT Sender: news@reed.UUCP Reply-To: minar@reed.bitnet (Nelson Minar) Organization: Reed College, Portland, OR Lines: 23 In article <1990Oct1.095100.5055@mdivax1.uucp> mdivax1!bb29c!mitchell (Bill Mitchell) writes: >In article <[26ff0a6e:59.2]comp.os.msdos.programmer;1@palnet.UUCP> emanuel@palnet.UUCP (Erwin Manuel) writes: >>>...need suggestions for a window, menu and general user-interface >>>tools library for C. One package I know of is CWorthy... >I've used and been impressed by The Window BOSS (lousy name for a very >good package). It's been around for several years now, and has a new >edition with more features once or twice a year. $20 for shareware, >$55 for the library source. >Available from Star Guidance Consulting, 273 Windy Drive, Waterbury Conn >06705, (203) 574-2449. Is there any chance of a class interface to the Window Boss package? I've thought about doing one, but I think just overlaying C++ code to the C function calls would be a little false. Looking at the Window Boss in an OOP way, one sees a few defeciencies in the package that would make it undesirable to simply program a class interface on top of it. And, I don't have the sources as I can't afford them. Star Guidance, you listening out there? Any C++ hackers done a class interface for a windowing system?