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,a77191f3e4e3079e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!news-mue1.dfn.de!news-lei1.dfn.de!news.uni-jena.de!not-for-mail From: Christopher Broeg Newsgroups: comp.lang.ada Subject: Re: trying to call HDF5 from ada -- problems with constants Date: Thu, 26 Aug 2004 10:04:16 +0200 Organization: Friedrich Schiller University Jena, Germany Message-ID: References: NNTP-Posting-Host: ent.astro.uni-jena.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: fsuj29.rz.uni-jena.de 1093507456 12798 141.35.25.76 (26 Aug 2004 08:04:16 GMT) X-Complaints-To: news@rz.uni-jena.de NNTP-Posting-Date: 26 Aug 2004 08:04:16 GMT User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040114 X-Accept-Language: en-us, en In-Reply-To: Xref: g2news1.google.com comp.lang.ada:3012 Date: 2004-08-26T08:04:16+00:00 List-Id: Brian Catlin wrote: > "Christopher Broeg" wrote in message > news:cgi4oa$o75$1@fsuj29.rz.uni-jena.de... > >>Hi, >> >>I want to use HDF5 data format in my ada code. Since there is no ada binding >>available (tell me if there is!) > > > A simple Google search reveals: > > "Ada 95 bindings for the NCSA hierarchical data format" > http://portal.acm.org/citation.cfm?id=507581&jmp=references&coll=GUIDE&dl=ACM > > I would contact the author (who works at Langley) > > -Brian > Thank you for your reply. Of course I read the article by B.R. Barkstrom. But the binding is no longer available. At first I was hesitant to bother the author directly, not wanting to bother him. But I will write him an email. What is the standard way to import C constants that are not "constant" from one run to the next, but derived from some "invisible" library in the .h files? Chris