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=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.182.251.230 with SMTP id zn6mr4988966obc.14.1387145115611; Sun, 15 Dec 2013 14:05:15 -0800 (PST) X-Received: by 10.49.101.73 with SMTP id fe9mr337796qeb.6.1387145115547; Sun, 15 Dec 2013 14:05:15 -0800 (PST) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!news.eternal-september.org!news.eternal-september.org!feeder.eternal-september.org!news.glorb.com!ie8no17744683qab.0!news-out.google.com!p7ni18966qat.0!nntp.google.com!p15no28339019qaj.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 15 Dec 2013 14:05:15 -0800 (PST) In-Reply-To: <83jfa95ibgj73rsr9r8d038plvrm6m4d8d@4ax.com> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=209.159.182.101; posting-account=TXawsQoAAAB-ubldsHxSVtTxvqzM_vdF NNTP-Posting-Host: 209.159.182.101 References: <83jfa95ibgj73rsr9r8d038plvrm6m4d8d@4ax.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0923145a-59b1-41a3-8547-5373aace7ff2@googlegroups.com> Subject: Re: texttools and standard library packages From: koburtch@gmail.com Injection-Date: Sun, 15 Dec 2013 22:05:15 +0000 Content-Type: text/plain; charset=ISO-8859-1 Xref: news.eternal-september.org comp.lang.ada:18039 Date: 2013-12-15T14:05:15-08:00 List-Id: On Tuesday, December 10, 2013 9:25:37 PM UTC-5, ag...@drrob1.com wrote: > I am a total newbie in regards to Ada, but have been using stony brook > > modula2 for many years. > > I am trying to use the source texttools-2-1-0 and to compile the > > ttdemo program. I am getting an error saying that To255 is undefined. > > I cannot find where this is. > > > > Where do I look, or what library to I have to import (with,use)? > > > > Also, it would be very helpful for me to have a listing of all > > packages and procedures/functions in all the included libraries. Where > would I find such a list that is easily searchable? > > > > Thanks I don't read this group often. I noticed your message. Texttools was taken over by Nicholas Boulenguez. In his latest version, he made major changes to the structure. This included renaming the functions, converting everything to Ada 2005 containers and unbounded strings. The To255 function was in the older version of Texttools. It converts a fixed string to an 255 character bounded string. Nicholas' changes replaced bounded strings with unbounded strings. If you need To255, you should try version 2.0.7, which is on the Pegasoft web site. If you have specific questions about Texttools, you should email Nicholas, or contact me through the Pegasoft website and I will forward your questions to him. Regards, Ken Burtch