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,8a402d78988bdf2b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-12-18 04:14:17 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!news-out.visi.com!petbe.visi.com!news.tele.dk!news.tele.dk!small.news.tele.dk!npeer.de.kpn-eurorings.net!rz.uni-karlsruhe.de!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail From: "Ekkehard Morgenstern" Newsgroups: comp.lang.ada Subject: Re: [announcement] SYSAPI and SYSSVC for Windows Date: Thu, 18 Dec 2003 13:14:00 +0100 Organization: 1&1 Internet AG Message-ID: References: NNTP-Posting-Host: p508c0824.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Trace: online.de 1071749657 2280 80.140.8.36 (18 Dec 2003 12:14:17 GMT) X-Complaints-To: abuse@einsundeins.com NNTP-Posting-Date: Thu, 18 Dec 2003 12:14:17 +0000 (UTC) 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 Xref: archiver1.google.com comp.lang.ada:3531 Date: 2003-12-18T13:14:00+01:00 List-Id: "Dmitry A. Kazakov" wrote: > Try to install Windows over network! There are toolkits supplied by Microsoft to permit remote installing. If you know how to use them, it's no big deal. > It is also amusing to install NT 4.0 on a relatively modern box. You will > have a lot of fancy blue screens. Windows NT 4.0 is an anachronism. Microsoft doesn't support it anymore, either. Even Windows 2000 is outdated. Windows XP is the way to go, it does not only include all of Windows 2000 but also all of Windows NT (even the OS/2 1.3 and POSIX subsystems exist in XP). > Well, an OO OS written in Ada sounds good. However, it would be rather > difficult to do in a clear way without multiple inheritance and dispatch, > full blown ADT, tagged tasks and protected types, light-weight smart > pointers, reasonable sreaming and memory pools support. Ada just has > started to catch it, but it has a long way to go. Ada 95 just has a different way of doing things. If you take your time to understand them, you can use them effectively as well. I bet the Ada 20xx standard that is in the works will add even more interesting stuff to the language.