comp.lang.ada
 help / color / mirror / Atom feed
From: gautier_niouzes@hotmail.com
Subject: Re: Tash + ObjectAda Help
Date: 21 Dec 2006 01:16:00 -0800
Date: 2006-12-21T01:16:00-08:00	[thread overview]
Message-ID: <1166692559.986945.108210@48g2000cwx.googlegroups.com> (raw)
In-Reply-To: 1166656621.759251.64740@i12g2000cwa.googlegroups.com

msblows:
...
> The first thing I notice is I have
> to move a lot of pragma inline calls from after the definition in the
> body to after the declaration in the spec - not sure if that's an
> ObjectAda-ism or the antiquity of my compiler.

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).

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
______________________________________________________________
Ada programming -- http://www.mysunrise.ch/users/gdm/gsoft.htm

NB: For a direct answer, e-mail address on the Web site!




  parent reply	other threads:[~2006-12-21  9:16 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-20 23:17 Tash + ObjectAda Help msblows
2006-12-21  3:29 ` Aurele
2006-12-21 18:51   ` msblows
2006-12-21 20:31     ` Aurele
2006-12-21  9:16 ` gautier_niouzes [this message]
2006-12-21 18:57   ` msblows
2006-12-22  7:01   ` Pascal Obry
2006-12-23  5:09     ` Gautier
2006-12-23 10:45 ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox