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,3e13181d651876b8,start X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!s12g2000prc.googlegroups.com!not-for-mail From: xiehang@gmail.com Newsgroups: comp.lang.ada Subject: win32ada coverage Date: Fri, 3 Apr 2009 14:08:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: <785addc4-95e3-48d6-ba9f-e698d26922b5@s12g2000prc.googlegroups.com> NNTP-Posting-Host: 209.131.48.68 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1238792916 2024 127.0.0.1 (3 Apr 2009 21:08:36 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 3 Apr 2009 21:08:36 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s12g2000prc.googlegroups.com; posting-host=209.131.48.68; posting-account=MlZyyQoAAADKyeeGjhq7-IO7wNqF7Adf User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.8) Gecko/2009032609 Firefox/3.0.8 (.NET CLR 3.5.30729),gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:4429 Date: 2009-04-03T14:08:36-07:00 List-Id: I'm new to Ada, and trying to migrate a C/Win32 API program to GNAT +win32ada, but seems win32ada lacks of some functions like: SetWindowRgn LoadImage My question is, does win32ada binding has all win32 APIs? And if it does not, is there any Win32 binding provide thin layer like it? Further more, how tough is it to create new or update win32ada binding to include those missing functions? Thanks, -Hang