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,a20c6510248c3334 X-Google-Attributes: gid103376,public From: falis@ma.aonix.com (Ed Falis) Subject: Re: Visual Basic and ADA95 Date: 1999/10/19 Message-ID: <1103_940376932@DZOG-CHEN>#1/1 X-Deja-AN: 538217676 Sender: news@sd.aonix.com (USENET News Admin @flash) X-Nntp-Posting-Host: 192.157.137.139 References: <380CBFA4.BB241336@fmr.com> Organization: Aonix, San Diego, CA, USA Newsgroups: comp.lang.ada Date: 1999-10-19T00:00:00+00:00 List-Id: On Tue, 19 Oct 1999 14:59:48 -0400, Mike Biedronski wrote: > Greetings! > > Does anyone have info on how to link VB & ADA applications? Working on > a single client PC application and would like to use VB for the front > end, and ADA for backend. > > Thoughts? Suggestions? > Create the Ada part as a DLL. Use the dll stdcall convention for anything you export (this is what vb uses). - Ed