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 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!postnews.google.com!s12g2000prc.googlegroups.com!not-for-mail From: xiehang@gmail.com Newsgroups: comp.lang.ada Subject: Re: win32ada coverage Date: Sat, 4 Apr 2009 21:30:17 -0700 (PDT) Organization: http://groups.google.com Message-ID: <0c1ee36a-67a7-4bf1-9a38-46ea9eae7cf2@s12g2000prc.googlegroups.com> References: <785addc4-95e3-48d6-ba9f-e698d26922b5@s12g2000prc.googlegroups.com> NNTP-Posting-Host: 24.5.219.240 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1238905817 13795 127.0.0.1 (5 Apr 2009 04:30:17 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Sun, 5 Apr 2009 04:30:17 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: s12g2000prc.googlegroups.com; posting-host=24.5.219.240; 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: g2news2.google.com comp.lang.ada:5411 Date: 2009-04-04T21:30:17-07:00 List-Id: Yea I know the W/A trick, but the win32ada I have does not have LoadImageA nor LoadImageW. Does your version of win32ada have them? -Hang Jerry van Dijk wrote: > a...@anon.org (anon) writes: > > Win32Ada provides only a subset of common routines. Version 3.0 was cre= ated > > back in 1999, so any additional routines that was added in XP or Vista = must > > be added to the package or Imported into your program. > > Although SetWindowRgn is indeed missing from from Win32Ada (it was added = with > Windows 2000), LoadImage is an alias for either LoadImageA or LoadImageW, > depending on whether you are in unicode mode or not. > > -- > -- =A0Jerry van Dijk > -- =A0Leiden, Holland > -- > -- =A0The early bird may get the worm, but the second mouse gets the chee= se!!