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,60e2922351e0e780 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-11-18 18:38:33 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!attbi_s54.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Re-Marketing Ada (was "With and use") References: X-Newsreader: Tom's custom newsreader Message-ID: NNTP-Posting-Host: 24.6.135.22 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s54 1069209511 24.6.135.22 (Wed, 19 Nov 2003 02:38:31 GMT) NNTP-Posting-Date: Wed, 19 Nov 2003 02:38:31 GMT Organization: Comcast Online Date: Wed, 19 Nov 2003 02:38:32 GMT Xref: archiver1.google.com comp.lang.ada:2664 Date: 2003-11-19T02:38:32+00:00 List-Id: > > ... That direct translation from C++ to Ada is quite simple impossible. > I read an article a few years ago concluding that it _is_ possible. A couple of years ago I wrote a program to produce Ada from Windows tlb files. Not only was the resulting code ugly, it was nearly unusable with extensive documentation (which was not available) of what all those function and their parameters were about. That's part of why I don't think a thin binding generator is very useful.