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,9e2594ecc454981c,start X-Google-Attributes: gid103376,public From: Alex Gamper Subject: ada and activex/ole Date: 1997/04/02 Message-ID: <3342B0EE.73B3@mail.datanet.hu>#1/1 X-Deja-AN: 230198019 Organization: DataNet Newsgroups: comp.lang.ada Date: 1997-04-02T00:00:00+00:00 List-Id: Has anybody done any work on binding the microsoft COM specification (specificaly activex) to ADA? I am interested in developing a OLE/ActiveX container (wishfull thinking) which will be used to host/contain existing ActiveX controls (possably even use COMS's aggregation/containment principles to extend these existing controls). Idealy what I am looking for is source code for an ActiveX container and an ActiveX control. From which I can then expand apon. I know IONA?? have an CORBA ORB/OLE interface (ORBIX/windows ?? ) that will convert a COM type library into presumably the ada specification of the original COM interface. But from my understanding this will only solve half the problem (ie the control side of the equation, since a container does not normaly expose its interfaces through a type library??). I have a copy of the win32 bindings (both from the public domain, and my compiler vendor) but this is a bit on the thin side (no pun intended). I was hoping that somehow generics and tagged types had been used to specify these COM interfaces. Regads Alex Gamper