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=-2.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI autolearn=unavailable autolearn_force=no version=3.4.4 X-Google-Thread: 103376,6511c3dc6e1155c9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!news.zanker.org!npeer.de.kpn-eurorings.net!news.agarik.com!usenet-fr.net!enst.fr!melchior!cuivre.fr.eu.org!melchior.frmug.org!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: GWindows and David Botton Date: 04 Oct 2004 21:27:31 -0400 Organization: Cuivre, Argent, Or Message-ID: References: <8hh8d.173632$MQ5.30204@attbi_s52> <2004100420540216807%david@bottoncom> NNTP-Posting-Host: lovelace.ada-france.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: melchior.cuivre.fr.eu.org 1096939663 16479 212.85.156.195 (5 Oct 2004 01:27:43 GMT) X-Complaints-To: usenet@melchior.cuivre.fr.eu.org NNTP-Posting-Date: Tue, 5 Oct 2004 01:27:43 +0000 (UTC) To: comp.lang.ada@ada-france.org Return-Path: In-Reply-To: <2004100420540216807%david@bottoncom> User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at ada-france.org X-BeenThere: comp.lang.ada@ada-france.org X-Mailman-Version: 2.1.4 Precedence: list List-Id: "Gateway to the comp.lang.ada Usenet newsgroup" List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Xref: g2news1.google.com comp.lang.ada:4703 Date: 2004-10-04T21:27:31-04:00 David Botton writes: > I think that using pragma import as a measure is a bit of a problem. > Both GWindows and CLAW offer much more functionality than just an API > layer. It is _one_ measure; it certainly should not be the _only_ measure. > The other problem is that GWindows allows for instant extension > using ActiveX controls and COM bindings generated by GNATCOM. Is there some reason we can't use those same bindings with CLAW? I looked thru the output of GNATCOM in the GWindows directory; it does not 'with' GWindows, so it seems like it would be just as easy to use with CLAW. -- -- Stephe