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=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,e0852cc0815d62c8 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!e6g2000prf.googlegroups.com!not-for-mail From: axtens Newsgroups: comp.lang.ada Subject: Re: Wide_Wide_String and Ada.Tags.Tag_Table Date: Thu, 6 Dec 2007 00:20:47 -0800 (PST) Organization: http://groups.google.com Message-ID: <672b7566-31b2-478c-b14b-9149689935d3@e6g2000prf.googlegroups.com> References: <33c88d72-a1a5-45ce-ad66-059a412f7930@e25g2000prg.googlegroups.com> NNTP-Posting-Host: 165.228.152.196 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1196929247 23039 127.0.0.1 (6 Dec 2007 08:20:47 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 6 Dec 2007 08:20:47 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: e6g2000prf.googlegroups.com; posting-host=165.228.152.196; posting-account=1W9SuAoAAAApKJ8N7QNszANYOyWIVzjG User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.1.9) Gecko/20071025 Firefox/2.0.0.9,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:18741 Date: 2007-12-06T00:20:47-08:00 List-Id: On Dec 6, 3:10 pm, axtens wrote: and yes, I could tweak a-except.ads by adding a ref to Ada.Tags but am, justifiably I think, reluctant to do that. The issue seems to be related to moving to Wide_Wide_* as in the following excerpt from the code: ... -- G N A T . S P I T B O L -- ... with Ada.Strings; use Ada.Strings; with Ada.Strings.Wide_Wide_Unbounded.Aux; use Ada.Strings.Wide_Wide_Unbounded.Aux; with GNAT.Debug_Utilities; use GNAT.Debug_Utilities; with GNAT.IO; use GNAT.IO; with Unchecked_Deallocation; package body Spitbol32 is ... end Spitbol32; Kind regards, Bruce.