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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b582310cfc030f2c X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-10-14 21:24:20 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn14feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi_feed4!attbi.com!sccrnsc01.POSTED!not-for-mail From: "Steve" Newsgroups: comp.lang.ada References: Subject: Re: Mixed languages and frustration. X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Message-ID: NNTP-Posting-Host: 12.211.13.75 X-Complaints-To: abuse@comcast.net X-Trace: sccrnsc01 1066191859 12.211.13.75 (Wed, 15 Oct 2003 04:24:19 GMT) NNTP-Posting-Date: Wed, 15 Oct 2003 04:24:19 GMT Organization: Comcast Online Date: Wed, 15 Oct 2003 04:24:19 GMT Xref: archiver1.google.com comp.lang.ada:876 Date: 2003-10-15T04:24:19+00:00 List-Id: "Freejack" wrote in message news:pan.2003.10.14.20.30.30.107171.1209@nospam.net... > Alright, so I'm sitting here trying to juggle between C pointers and Ada > access types/allocators, with moderate success. And I start wondering to > myself "How many people on comp.lang.ada nearly blow a fuse when doing > the same thing?" > > So I'm curious, are juggling the two types(pun intended) as chaffing for > you as it is for me? Maybe I just dont know enough about the Interfaces > libs yet. I too find it frustrating at times dealing with interfaces. This is not unique to interfacing between Ada and C. I have the same frustrations interfacing with Delphi. My greatest frustration usually comes from poorly documented interfaces where some behaviour is presumed. Sometimes it gets really ugly when tasking (or multiple threads) is involved. Steve (The Duck) > Also, I'm gonna post up my project to a hosting site once it looks > remotely sane. Then you'll see just how crummy a developer I really > am.(Something which is becoming abundantly clear to me as I progress.) > > Hope nobody barfs. Heh. > > Freejack