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,36a29c2860aff686 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!proxad.net!feeder1-2.proxad.net!news.in2p3.fr!in2p3.fr!news.ecp.fr!news.jacob-sparre.dk!pnx.dk!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada Subject: Re: Properties Date: Mon, 6 Dec 2010 17:43:17 -0600 Organization: Jacob Sparre Andersen Message-ID: References: <3b84c8e7-1a51-4a7c-9646-119f1fc51478@s4g2000yql.googlegroups.com> <4pnv7nl4cdui$.1n28i7lqk4mek$.dlg@40tude.net> <1k7367gtebsgm$.18auo6u3nfg34.dlg@40tude.net> <618677c8-a44f-443e-9052-a94fb48c999a@s4g2000yql.googlegroups.com> <066181c0-9b80-4c17-a7b4-7ef28a297ea4@e16g2000pri.googlegroups.com> NNTP-Posting-Host: static-69-95-181-76.mad.choiceone.net X-Trace: munin.nbi.dk 1291678999 17929 69.95.181.76 (6 Dec 2010 23:43:19 GMT) X-Complaints-To: news@jacob-sparre.dk NNTP-Posting-Date: Mon, 6 Dec 2010 23:43:19 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.5931 X-RFC2646: Format=Flowed; Original X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.5931 Xref: g2news2.google.com comp.lang.ada:16801 Date: 2010-12-06T17:43:17-06:00 List-Id: "Warren" wrote in message news:Xns9E46A316BB94AWarrensBlatherings@81.169.183.62... > Shark8 expounded in > news:066181c0-9b80-4c17-a7b4-7ef28a297ea4@e16g2000pri.googlegr > oups.com: ... >> The argument could be made that if they were going to spend >> the time/ energy to use "real C++ types" they would have >> been better off doing it in Ada where the strong typing >> would help; > > That's academic- but they did use C++. So far as I know, Win32 is written in C. I'm pretty sure about that, since Claw interfaces only using C (Stdcall) interfaces. There are a few recent parts of Win32 that have C++ counterparts, but the majority of it was designed before there was any such thing as C++ (most of it is a copy of Win16, after all). Thus the bizarre notations. Randy.