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,4139aa0db7d91e75 X-Google-Attributes: gid103376,public From: "Dave Smith" Subject: Re: Ada callable from Visual Basic? Date: 1997/10/21 Message-ID: <62hf6l$d3u$1@tsunami.traveller.com>#1/1 X-Deja-AN: 284647900 References: <62calr$hsk$1@tsunami.traveller.com> <344a55ad.0@news.pacifier.com> X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 Organization: Leda Software Newsgroups: comp.lang.ada Date: 1997-10-21T00:00:00+00:00 List-Id: >...Presumably it's just as easy to do with Visual Basic. > >Using ObjectAda you can create a DLL that is callable from Delphi. In >ObjectAda you first create a package spec that contains everything to be >exported by the DLL (for each DLL), and then in Delphi you create stubs that >reference the DLL as external. Sounds great. Now for my second question (I'm about to display my Win32 ignorance here): Is it possible to go in the other direction (Ada -> VB or Delphi)? I do this now (w/ my GNAT to Motif/Xt code) in order to set up callbacks. Cheers, Dave