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-Thread: 103376,a36ae3bec6f0a49d X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsfeed2.dallas1.level3.net!news.level3.com!newsfeed-00.mathworks.com!news.tele.dk!news.tele.dk!small.news.tele.dk!tiscali!newsfeed1.ip.tiscali.net!feed.news.tiscali.de!blackbush.cw.net!cw.net!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: Win32 binding - stdarg Date: Tue, 18 Jan 2005 16:07:53 +0000 (UTC) Organization: BT Openworld Message-ID: References: NNTP-Posting-Host: host81-154-188-69.range81-154.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sparta.btinternet.com 1106064473 20780 81.154.188.69 (18 Jan 2005 16:07:53 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Tue, 18 Jan 2005 16:07:53 +0000 (UTC) In-Reply-To: X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) Xref: g2news1.google.com comp.lang.ada:7891 Date: 2005-01-18T16:07:53+00:00 List-Id: Nicolas wrote: > 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. I should have said but this is _definitely_ not using GNAT/gcc... ;-) Hmmm, ok, win32ada.lib in the path - rename a couple of other .lib files that gave 'duplicate' names and bingo! A linking and running program! I had thought that making that visible would have caused more problems that it would solve (i.e. /every/ name being duplicated - I have an updated version of the Win32.* hierarchy which is largely 'preelaborate'-ed) but so far so good... Cheers -- Martin