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,9d95253b5b983be4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!news.maxwell.syr.edu!newsfeed.vmunix.org!newsfeed.stueberl.de!newsr1.ipcore.viaginterkom.de!news-peer1!btnet-feed5!btnet!news.btopenworld.com!not-for-mail From: Martin Dowie Newsgroups: comp.lang.ada Subject: Re: vxWorks Directory Browsing Date: Mon, 28 Feb 2005 20:44:25 +0000 (UTC) Organization: BT Openworld Message-ID: References: <1109612104.857067.266310@z14g2000cwz.googlegroups.com> <1109622108.856234.285590@o13g2000cwo.googlegroups.com> NNTP-Posting-Host: host81-154-188-69.range81-154.btcentralplus.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: hercules.btinternet.com 1109623465 14727 81.154.188.69 (28 Feb 2005 20:44:25 GMT) X-Complaints-To: news-complaints@lists.btinternet.com NNTP-Posting-Date: Mon, 28 Feb 2005 20:44:25 +0000 (UTC) In-Reply-To: <1109622108.856234.285590@o13g2000cwo.googlegroups.com> X-Accept-Language: en-us, en User-Agent: Mozilla Thunderbird 1.0RC1 (Windows/20041201) Xref: g2news1.google.com comp.lang.ada:8544 Date: 2005-02-28T20:44:25+00:00 List-Id: matthew.gaehring@lmco.com wrote: > Thanks for the reply, I wish that I could do just that, but > unfortunately I am limited to only using what is available within > Ada95, AdaMULTI, and vxWorks. My employer is extremely restrictive in > that I can only use the specific tools that are contracted to this > program. > > I'm willing to resort to vxWorks calls if there is no way within Ada to > do the directory browsing, if that's what I'm left with does anyone > have any suggestions how to do that in Ada? > In that case lookup the thin binding for "dirLib.h" that should be provided with AdaMULTI. This is a POSIX library and one that florist access - so you will be largely re-writing that bit of florist! Standard package "Ada.Directories" is not Ada95 but Ada2005. There are Win32 and Linux versions around but I don't of a VxWorks port. Cheers -- Martin