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 X-Received: by 10.107.40.129 with SMTP id o123mr36243409ioo.27.1439509349346; Thu, 13 Aug 2015 16:42:29 -0700 (PDT) X-Received: by 10.140.20.56 with SMTP id 53mr388841qgi.9.1439509349255; Thu, 13 Aug 2015 16:42:29 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!news.glorb.com!x6no144657igd.0!news-out.google.com!78ni9574qge.1!nntp.google.com!69no889401qgi.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Thu, 13 Aug 2015 16:42:28 -0700 (PDT) In-Reply-To: <1215a889y9uxf$.1nolkb1ctch79$.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=50.250.123.221; posting-account=yiWntAoAAAC1KqC_shmxJYv07B9l6LNU NNTP-Posting-Host: 50.250.123.221 References: <1215a889y9uxf$.1nolkb1ctch79$.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <14f6844a-0950-4157-80af-d6a962a56246@googlegroups.com> Subject: Re: pragma/aspect Import, Convention parameters From: David Botton Injection-Date: Thu, 13 Aug 2015 23:42:29 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:27444 Date: 2015-08-13T16:42:28-07:00 List-Id: In GWindows I used expressions based on the Win32 API that one chose to sup= port. Windows has a duplicate Ansi and UNICODE set of APIs. It worked out w= ell. If one wanted to go beyond that use the same approach used for any mul= ti language (English / Chinese / etc) support, string tables. David Botton