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.1 required=5.0 tests=BAYES_00, PP_MIME_FAKE_ASCII_TEXT autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,a36ae3bec6f0a49d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news1.google.com!proxad.net!134.158.69.22.MISMATCH!in2p3.fr!oleane.net!oleane!not-for-mail From: "Nicolas" Newsgroups: comp.lang.ada Subject: Re: Win32 binding - stdarg Date: Tue, 18 Jan 2005 15:08:05 +0100 Organization: Guest of France Telecom's news reading service Message-ID: References: NNTP-Posting-Host: 217.167.42.235 X-Trace: s1.news.oleane.net 1106057287 3046 217.167.42.235 (18 Jan 2005 14:08:07 GMT) X-Complaints-To: abuse@oleane.net NNTP-Posting-Date: Tue, 18 Jan 2005 14:08:07 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Xref: g2news1.google.com comp.lang.ada:7889 Date: 2005-01-18T15:08:05+01:00 List-Id: If you try to use gcc 3.4.x, you can use libwin32ada.a from gnatwin-3.15p.exe copy this file to C:\Mingw\lib directory With this file, and standard object files from Windows, you should compile and link all win32.xx sources from gnatwin Note this doesn't work with Gnat 3.15p which is poorly compatible with Microsoft object files. "Martin Dowie" a �crit dans le message de news: csiup8$38e$1@sparta.btinternet.com... > I'm trying to use a much reduced subset of the Win32 api and I'm like to > use some of the 'stdarg' package, including the "vararg" handling. > > Does anyone know where the routines "do_vararg" (procedure and function) > are in object format? Or source would be even better! > > Cheers > > -- Martin