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,8dd1b8da682c35ae X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!newsread.com!news-xfer.newsread.com!nntp.abs.net!news.abs.net!not-for-mail Newsgroups: comp.lang.ada Subject: Re: linking problem in DPAPI References: From: Stephen Leake Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (windows-nt) Cancel-Lock: sha1:xBKLa72cEoWwHLALVeo7x2SYtzw= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 29 Dec 2005 16:37:22 -0500 NNTP-Posting-Host: 66.159.65.1 X-Complaints-To: abuse@toad.net X-Trace: news.abs.net 1135892245 66.159.65.1 (Thu, 29 Dec 2005 16:37:25 EST) NNTP-Posting-Date: Thu, 29 Dec 2005 16:37:25 EST Xref: g2news1.google.com comp.lang.ada:2395 Date: 2005-12-29T16:37:22-05:00 List-Id: "bubble" writes: > > off the topic... > in MS-windows environment,sometime gcc(not ada) make me confused. > why ld.exe can not link .lib format directly? I guess by ".lib" you mean the Microsoft library format, and by "ld.exe" you mean the linker that comes with GNAT. Then the answer is "GNAT is free software, Microsoft isn't". On the other hand, you _could_ reverse engineer the Microsoft library format, and add support for it to Gnu ld > I must say those problems will effect someone learning ada and > misunderstand it. Normally, it's not a problem, because AdaCore does a good job of creating the necessary library files. -- -- Stephe