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,7fe6614d9eea133c,start X-Google-Attributes: gid103376,public From: "David Botton" Subject: Create COM objects with Ada 95 Date: 1999/09/02 Message-ID: <7qmu9u$fpg$1@news.gate.net>#1/1 X-Deja-AN: 520373487 X-Mimeole: Produced By Microsoft MimeOLE V4.72.3612.1700 X-Complaints-To: abuse@gate.net X-Trace: news.gate.net 936311934 16176 199.227.189.117 (2 Sep 1999 22:38:54 GMT) Organization: CyberGate, Inc. NNTP-Posting-Date: 2 Sep 1999 22:38:54 GMT Newsgroups: comp.lang.ada Date: 1999-09-02T22:38:54+00:00 List-Id: COMCreate is up at http://www.adapower.com/com bringing together a full suite of utilities for creating and using COM objects on Ada '95. Just run: COMCreate beep.tlb beep Then fill in the bodies of the member functions in the beep-beepclass.adb file and add any data to the beepclass object in beep-beepclass.ads. Compare the generated files with the CreateBeep.zip example on AdaPower to see an example of this framework filled out. I realize that things seem very complex now, but I am working hard on documentation that will clear every thing up. It is now easier to create and use COM objects with Ada '95 then C++ even with VC++ holding your hand. :-) David Botton