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,1ea5ddae9e82c0ef X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Fri, 25 Mar 2005 22:38:52 -0600 From: "Steve" Newsgroups: comp.lang.ada References: <1111759946.048424.112030@l41g2000cwc.googlegroups.com> Subject: Re: Add "FileInfo" to Ada DLL with GNAT? Date: Fri, 25 Mar 2005 20:39:58 -0800 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2180 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-RFC2646: Format=Flowed; Original Message-ID: NNTP-Posting-Host: 24.22.63.157 X-Trace: sv3-wVb3ktx73AUVhZUbKLWWWW8/gw2vkqcGhl66VrjO4Xq9RtdWZ2q1Ho+l5p4mfVFg2BG1KjaaBjzrMcu!bX+gvxDbVHPS0Z+b2yca+yDOf8yGyc+vEvptGDe5XVZqj3IIPJNsrNGYUzeD X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.31 Xref: g2news1.google.com comp.lang.ada:10011 Date: 2005-03-25T20:39:58-08:00 List-Id: I haven't done it with GNAT, but I have with ObjectAda. I don't have an example on this machine, but as I recall it involved setting up and linking with a .DEF file to include version information in the PE header. Steve (The Duck) "Joe HM" wrote in message news:1111759946.048424.112030@l41g2000cwc.googlegroups.com... > Hello - > > I was wondering if there is a way to add information to an Ada DLL that > is created with GNAT? > > If you create DLLs in Visual Basic (.NET), there is an AssemblyInfo.vb > file that has entries like > > to define the version number for instance. In VB I can then read this > information. > > Can this be done with GNAT? > > Thanks! > Joe >