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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3daa1e21d59230bf X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!postnews.google.com!a3g2000cwd.googlegroups.com!not-for-mail From: msblows@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Tash + ObjectAda Help Date: 21 Dec 2006 10:57:21 -0800 Organization: http://groups.google.com Message-ID: <1166727441.031514.32430@a3g2000cwd.googlegroups.com> References: <1166656621.759251.64740@i12g2000cwa.googlegroups.com> <1166692559.986945.108210@48g2000cwx.googlegroups.com> NNTP-Posting-Host: 155.104.37.18 Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: posting.google.com 1166727447 19197 127.0.0.1 (21 Dec 2006 18:57:27 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 21 Dec 2006 18:57:27 +0000 (UTC) User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0; MathPlayer 2.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: a3g2000cwd.googlegroups.com; posting-host=155.104.37.18; posting-account=MWjleg0AAABnDzfoXkzSfs9E4ft7T4HS Xref: g2news2.google.com comp.lang.ada:7977 Date: 2006-12-21T10:57:21-08:00 List-Id: gautier_niouzes@hotmail.com wrote: > I think OA is just more "kasher" on this point. > Anyway, moving the inline pragma to the spec enables cross-unit > inlining (e.g. for GNAT) Ah, good to know > About the .lib's: not sure what your problem exactly is. But... > - there is kind of a search path for lib's in the project options > - you can use GNU libs just by renaming lib*.a into *.lib (and > vice-versa!) > cool, isn't it ? > - you can give a list of .lib's in a file, say, blabla.lst, and tell it > to the linker > with @blabla.lst > I found these thing by hacking around, look at the globe_3d project > (link below) to see how I did it exactly. > HTH, Gautier I tried this method and got a complaint about wrong addresses or alignment. My guess is these lib*.a were compiled on linux, not windows and that's bad juju? My cross-platform knowledge is terrible I admit. I did finally get things working as per my response to Aurele above, but thank you much Gautier for chipping in!