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,7dcf77fb3b55682d X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-11-10 23:24:46 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!arclight.uoregon.edu!wn13feed!wn11feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi_feed3!attbi.com!sccrnsc02.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: libraries References: X-Newsreader: Tom's custom newsreader Message-ID: <1XIz9.5145$3Z4.6292@sccrnsc02> NNTP-Posting-Host: 12.234.13.56 X-Complaints-To: abuse@attbi.com X-Trace: sccrnsc02 1036999485 12.234.13.56 (Mon, 11 Nov 2002 07:24:45 GMT) NNTP-Posting-Date: Mon, 11 Nov 2002 07:24:45 GMT Organization: AT&T Broadband Date: Mon, 11 Nov 2002 07:24:45 GMT Xref: archiver1.google.com comp.lang.ada:30706 Date: 2002-11-11T07:24:45+00:00 List-Id: >I want to call a Win32 API function from ADA using GNAT 3.13 >... >Maybe some one can send some documentation or an example, please Take a look at \gnat\bindings\win32ada\win32-*.ads, or at the various Windows bindings on www.adapower.com In fact, why not just use one of those bindings, instead of reinventing that wheel.