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=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3bddf0a01feb351b X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.27.230 with SMTP id w6mr10935933pbg.3.1318009385819; Fri, 07 Oct 2011 10:43:05 -0700 (PDT) Path: lh7ni13667pbb.0!nntp.google.com!news1.google.com!news.glorb.com!news-out.readnews.com!news-xxxfer.readnews.com!s09-11.readnews.com!unm2.readnews.com.POSTED!not-for-mail X-Trace: DXC=MamdkE:SC@D[3;jjk@M8KG[3OhcoN[H0@X44`8^\]>7J25[I[UfBM:E;>5amoafHGGb6N3[WK>YdOK0oHDS`=7MG4nGJUmF4OT@Z6QXeo5nKiK X-Complaints-To: abuse@ngroups.net Date: Fri, 07 Oct 2011 19:42:58 +0200 From: Per Sandberg Reply-To: per.sandberg@bredband.net User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.22) Gecko/20110906 Fedora/3.1.14-1.fc14 Thunderbird/3.1.14 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Middleware options for Ada and visual C++ integration References: <9780344.1709.1318004551286.JavaMail.geo-discussion-forums@yqnv12> In-Reply-To: Message-ID: <4e8f3a28$0$20241$a8266bb1@newsreader.readnews.com> Organization: readnews.com - News for Geeks and ISPs NNTP-Posting-Host: 09a29472.newsreader.readnews.com Xref: news1.google.com comp.lang.ada:18341 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2011-10-07T19:42:58+02:00 List-Id: It all depends on budget and data volumes and rates. Some options may be: SOAP and Web-services using AWS and some MSVC framework did that some years ago fairly straight forward. 0MQ as messaging infrastructure and XML or JSON as data-carrier this is more bleeding edge, and I guess you will be surprised over the power in this stack. Both technologies are fairly platform independent. /Per On 10/07/2011 08:00 PM, Paul Colin Gloster wrote: > Leandro sent on October 7th, 2011: > |--------------------------------------------------------------------------------------------------------------------------------| > |"I have a simulation written in Ada95 and a visual scenario (IHM) built in visual C++. I'd like to integrate these two programs.| > | | > |I was wondering to use MS COM, but it's no longer supported in Windows 7... | > | | > |So, which middleware or inter process communication do you suggest or have already used in this kind of application?" | > |--------------------------------------------------------------------------------------------------------------------------------| > > How about porting the Crap Plus Plus to Ada?