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,FREEMAIL_FROM, 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: "Vladimir Olensky" Subject: Re: Visual Basic and ADA95 Date: 1999/10/21 Message-ID: #1/1 X-Deja-AN: 538963944 References: <380CBFA4.BB241336@fmr.com> Organization: Posted via Supernews, http://www.supernews.com X-Mimeole: Produced By Microsoft MimeOLE V4.72.3110.3 Newsgroups: comp.lang.ada X-Complaints-To: newsabuse@supernews.com Date: 1999-10-21T00:00:00+00:00 List-Id: Ray Blaak wrote in message ... >"Vladimir Olensky" writes: >> Mike Biedronski wrote in message <380CBFA4.BB241336@fmr.com>... >> As for communicating between front end and Ada core >> system there are several options: >> >> 1. [DLL] >> 2. [sockets, pipes, CORBA] >> 2.1 [java and sockets/JNI] > >If I had to do it I would use the DLL approach, but an ActiveX >(i.e. automation) DLL, rather than a direct DLL. Yes, this is also very good option. > >This gives a loose binding similar to CORBA, but is much more natural to use on >a Windows platform with VB than any of the other choices mentioned so far >(assuming, of course, that you require VB for the front end). It is just as natural in Delphi as in VB (may be even more natural than in VB) to create and use ActiveX components. As far as CORBA concerned Delphi 5 has visiBroker component which make it easy to build distributed applications based on CORBA technology. Regards, Vladimir Olensky