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: <36C256D3.933B3038@Botton.com>#1/1 X-Deja-AN: 443080975 Content-Transfer-Encoding: 7bit References: <36b1c4dc.19475234@news.origin-it.com> <36C1BA3B.BB2157EC@Botton.com> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: CyberGate, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-02-10T00:00:00+00:00 List-Id: I also now have an example of creating a COM object with Ada completed, but am having problems with GNATs ability to create working DLLs (or my ability to convince it to do so). The Dlls work on NT, but not on my Win98 machine. Any one have any ideas? David Botton David Botton wrote: > > 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!