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=0.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,63cfc5163d397b01,start X-Google-Attributes: gid103376,public From: David Botton Subject: Local Server COM examples Date: 1999/03/16 Message-ID: <36EDF0AD.4AF23BDE@Botton.com>#1/1 X-Deja-AN: 455518773 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii Organization: CyberGate, Inc. Mime-Version: 1.0 Newsgroups: comp.lang.ada Date: 1999-03-16T00:00:00+00:00 List-Id: I have modified and added the necessary files to the Creating COM Objects examples to allow for the creation of COM objects in regular executable EXE files (Local Servers). Download the latest version of the samples from the Ada Source Code Treasury - Creating COM objects with Ada example at: http://www.botton.com/ada/os COM objects created in this fashion are not as efficient and limited in their ability to pass only arguments that can be marshaled between processes, but it allows for the exposing of COM objects from within a running application for automation. David Botton