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,714a8558b02b32bb X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-20 12:12:46 PST Path: archiver1.google.com!news2.google.com!news.maxwell.syr.edu!wn11feed!worldnet.att.net!attbi_feed3!attbi.com!attbi_s54.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: GUI was Re: why Ada is so unpopular ? References: <100r17jsabt5a3a@corp.supernews.com> X-Newsreader: Tom's custom newsreader Message-ID: <2ZfPb.89638$Rc4.463959@attbi_s54> NNTP-Posting-Host: 67.161.24.134 X-Complaints-To: abuse@comcast.net X-Trace: attbi_s54 1074629566 67.161.24.134 (Tue, 20 Jan 2004 20:12:46 GMT) NNTP-Posting-Date: Tue, 20 Jan 2004 20:12:46 GMT Organization: Comcast Online Date: Tue, 20 Jan 2004 20:12:46 GMT Xref: archiver1.google.com comp.lang.ada:4583 Date: 2004-01-20T20:12:46+00:00 List-Id: >Something like it, with the Windows-specific stuff filed off, would make a >very decent basis for a higher-level, portable GUI library. We've looked at >doing that for the sockets portion, and it isn't too hard. It would be >harder, of course, to do it for the rest of it, but by no means impossible. www.adaworld.com Ada Projects Internet Protocols has a sockets package like Claw's but with no Claw dependence and two Windows-specific calls - WSAStartup and WSACleanup for initial startup and final shutdown. Claw.Registry, OTOH, would be bizarre to try to port to an OS with nothing similar to Windows Registry.