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-Thread: 103376,6511c3dc6e1155c9 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local1.nntp.dca.giganews.com!nntp.megapath.net!news.megapath.net.POSTED!not-for-mail NNTP-Posting-Date: Tue, 05 Oct 2004 18:19:46 -0500 From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <8hh8d.173632$MQ5.30204@attbi_s52> <2004100420540216807%david@bottoncom> Subject: Re: GWindows and David Botton Date: Tue, 5 Oct 2004 18:20:55 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 Message-ID: NNTP-Posting-Host: 64.32.209.38 X-Trace: sv3-S9ZKiUmtCLrY8NR1w1r9UNrfzhg93GWi5MM5gMrZl+dyopNbPCWgWyLzJQJ48vZ76HO1zUwgeR6F5QY!ywioljqVNy9rHS75pEApmTiAVchSC6pC5pr6Yr8ZteEB2CLmQc7TYNYUNCjSrqS+e+I+UPt2V2jy X-Complaints-To: abuse@megapath.net X-DMCA-Complaints-To: abuse@megapath.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.19 Xref: g2news1.google.com comp.lang.ada:4764 Date: 2004-10-05T18:20:55-05:00 List-Id: "David Botton" wrote in message news:2004100420540216807%david@bottoncom... > I think that using pragma import as a measure is a bit of a problem. > Both GWindows and CLAW offer much more functionality than just an API > layer. One problem with using a pragma Import count is that so many Windows functions are messages, and they don't show up in such a could. I've informally used the subprogram count for such things, but it too doesn't prove much. It's the level and the design that matter. Randy.