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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5c9d7fccf79d30f3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-03-11 09:54:03 PST Path: supernews.google.com!sn-xit-03!supernews.com!cyclone2.usenetserver.com!news-out.usenetserver.com!news-east.rr.com!news.rr.com!chnws02.mediaone.net!chnws06.ne.mediaone.net!24.91.0.34!typhoon.ne.mediaone.net.POSTED!not-for-mail From: "Jeff Creem" Newsgroups: comp.lang.ada References: <3AABB907.AA7DFE06@gmx.de> Subject: Re: C 2 ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <3XOq6.11477$5f.3198988@typhoon.ne.mediaone.net> Date: Sun, 11 Mar 2001 17:51:59 GMT NNTP-Posting-Host: 24.147.67.93 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.mediaone.net 984333119 24.147.67.93 (Sun, 11 Mar 2001 12:51:59 EST) NNTP-Posting-Date: Sun, 11 Mar 2001 12:51:59 EST Organization: Road Runner Xref: supernews.google.com comp.lang.ada:5622 Date: 2001-03-11T17:51:59+00:00 List-Id: I have never really had any luck with it but there is a binary port to windows of the cbind portion of c2ada http://members.tripod.com/vagul/ It really is meant for helping you get bindings going rather than a complete translation. (Even c2ada is really best used for that approach as well.). Another alternative (sometimes) on win32 is if you can find a COM/ActiveX version of the code you can get much better bindings by using GNATCOM http://www.adapower.com/gnatcom/index.html "Henrik Quintel" wrote in message news:3AABB907.AA7DFE06@gmx.de... > Hello everyone, > I know that there is a C2ada compiler free available on the net. > It can only compiled under a UNIX system. Unfortunately, > I have no UNIX system. What I am looking for is an executable > of the C2Ada compiler which runs under DOS and/or Wimdows. > > Here is the loaction for the C2ada compiler: > URL: http://www.averstar.com/~stt/bindings/c2ada/c2ada.html > > If you can help me, please post here or send me an > e-mail: henrik.quintel@gmx.de > > Thanks for all. > > Greetings Henrik >