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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no 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!news3.google.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Warren Newsgroups: comp.lang.ada Subject: Re: Properties Date: Tue, 7 Dec 2010 14:39:10 +0000 (UTC) Organization: A noiseless patient Spider 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> Injection-Date: Tue, 7 Dec 2010 14:39:10 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="9f8M0iN5t54V+4DF/iqO8g"; logging-data="3802"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18SJ5RTxMTadTOV1cD44w3kMmkN5fRQQQg=" User-Agent: Xnews/5.04.25 X-Face: &6@]C2>ZS=NM|HE-^zWuryN#Z/2_.s9E|G&~DRi|sav9{E}XQJb*\_>=a5"q]\%A;5}LKP][1mA{gZ,Q!j Cancel-Lock: sha1:mpORAGgN45a4XyjLdpdIhOCOQKE= Xref: g2news2.google.com comp.lang.ada:16813 Date: 2010-12-07T14:39:10+00:00 List-Id: Randy Brukardt expounded in news:idjsen$hg9$1@munin.nbi.dk: > "Warren" wrote in message > news:Xns9E46A316BB94AWarrensBlatherings@81.169.183.62... >> Shark8 expounded in >> news:066181c0-9b80-4c17-a7b4-7ef28a297ea4@e16g2000pri.googl >> egr 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. I was thinking about the MFC classes, which are C++. IIRC, there were still WORD and DWORD components within that. But its been years since I've looked. Warren