From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,65f123cd649b666e X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-28 07:56:05 PST Path: supernews.google.com!sn-xit-02!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: gressett@iglobal.net Newsgroups: comp.lang.ada Subject: Re: Ada + MSDOS + User Interface Code? Date: Wed, 28 Feb 2001 09:59:38 -0600 Organization: Posted via Supernews, http://www.supernews.com Message-ID: <0j7q9tose68camkn5pkateqi46oq3uvbuv@4ax.com> Reply-To: gressett@iglobal.net References: <983180961.119586@ernani.logica.co.uk> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: supernews.google.com comp.lang.ada:5338 Date: 2001-02-28T09:59:38-06:00 List-Id: "Ashley Collins" wrote: >Hi > >I'm running GNAT Ada under MSDOS. I'd like to build a very simple >'graphical' user interface for my application. The type of interface should >support the ANSI character set so that I can display non-movable windows, >scrollers etc. > >Does anyone know of any good user interface library code that works under >MSDOS? Anyone care to make a recommendation? Where can I find it? > >Ashley > There is one written in C available from Mix Software. It is the C/Windows Toolchest. It is not Open Source, but source is available. It's not free, but it is cheap. You would need the source, as the binary object libraries probably wouldn't link with GNAT-generated code.