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=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,32a8d58bcd92b75c X-Google-Attributes: gid103376,public From: David Botton Subject: Re: Win32: Using COM from Gnat Date: 1999/02/10 Message-ID: <36C1BA3B.BB2157EC@Botton.com>#1/1 X-Deja-AN: 442871169 Content-Transfer-Encoding: 7bit References: <36b1c4dc.19475234@news.origin-it.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Trace: news1.iquest.net 918666439 204.180.46.25 (Wed, 10 Feb 1999 12:07:19 EDT) MIME-Version: 1.0 NNTP-Posting-Date: Wed, 10 Feb 1999 12:07:19 EDT Newsgroups: comp.lang.ada Date: 1999-02-10T00:00:00+00:00 List-Id: I am sure he is referring to my example on The Ada Source Code Treasury - http://www.botton.com/ada The COM example there (and the one I am working on now to create COM objects) are intended to show the underlying interface of Ada to COM. I should certainly hope that some one who will be doing a lot of COM programming will package things in a more Ada manner as your bindings do. David Botton John Walker wrote: > >I saw a pointer to something on this subject in this newsgroup > >recently, but it looked a bit like the second example (pages of code > >to create and access an instance of a trivial "beep the speaker" > >object). Frankly, too much of Win32's internals are now COM-based for > >verbose, unreadable code to be usable... > I hope this doesn't turn out to be the "beep the speaker" example you > refer to!