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=unavailable autolearn_force=no version=3.4.4 Path: border1.nntp.dca3.giganews.com!backlog3.nntp.dca3.giganews.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!newspeer1.nac.net!newspump.sol.net!news.glorb.com!news-in-01.newsfeed.easynews.com!easynews!core-easynews-01!easynews.com!en-nntp-13.dc1.easynews.com.POSTED!not-for-mail From: agent@drrob1.com Newsgroups: comp.lang.ada Subject: Re: texttools and standard library packages Message-ID: <26ipb9lgv3g1361gmtmj02oshf9iou6mp0@4ax.com> References: <83jfa95ibgj73rsr9r8d038plvrm6m4d8d@4ax.com> <0923145a-59b1-41a3-8547-5373aace7ff2@googlegroups.com> <9678d2d3-8df7-4ac1-99ad-dd420dd21de9@googlegroups.com> User-Agent: ForteAgent/7.20.32.1218 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@easynews.com Organization: Forte Inc. http://www.forteinc.com/apn/ X-Complaints-Info: Please be sure to forward a copy of ALL headers otherwise we will be unable to process your complaint properly. Date: Thu, 26 Dec 2013 19:35:11 -0500 X-Received-Bytes: 2958 X-Original-Bytes: 3076 Xref: number.nntp.dca.giganews.com comp.lang.ada:184315 Date: 2013-12-26T19:35:11-05:00 List-Id: On Sun, 22 Dec 2013 11:24:35 -0800 (PST), koburtch@gmail.com wrote: >On Sunday, December 15, 2013 5:05:15 PM UTC-5, kobu...@gmail.com wrote: >> 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)? >> >> 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 > >My server crashed shortly after posting. Thank goodness for RAID 1. I'm recovering my email and websites as I'm typing this. > >If you have thoughts to improve Texttools, send them to Nicolas (or send them to me). He hasn't updated Texttools in a year so maybe this will encourage him to clean up any issues you find. > >Regards, >Ken Burtch My suggestion is about the documentation. It would be extremely useful for me to have gpr files that will compile and run the examples. Right now, when I try to do that, I'm getting a stack overflow whenever I run either basic or basic2. There is no way for me to determine which version of the modules binaries are installed via synaptic