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,347f7cbe27451012 X-Google-Attributes: gid103376,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!feeder1-2.proxad.net!proxad.net!feeder2-2.proxad.net!newsfeed.arcor.de!newsspool1.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: Re: [ranting] Take Command Plugin, Win32Ada and Ada.Directories From: Georg Bauhaus In-Reply-To: <473af503$1@news.post.ch> References: <3343563.psPA6e9Oqh@linux1.krischik.com> <1pkwbr5s12cf9$.9k2umlcxqzbr.dlg@40tude.net> <473A1241.90702@obry.net> <1vrktz0rlauvu.1nm0xh8n2wl90.dlg@40tude.net> <473ab86d$1@news.post.ch> <473ac065$0$16659$9b4e6d93@newsspool3.arcor-online.net> <473af503$1@news.post.ch> Content-Type: text/plain Content-Transfer-Encoding: 7bit Message-Id: <1195047068.1007.278.camel@kartoffel> Mime-Version: 1.0 X-Mailer: Evolution 2.10.1 Date: Wed, 14 Nov 2007 14:31:08 +0100 Organization: Arcor NNTP-Posting-Date: 14 Nov 2007 14:29:55 CET NNTP-Posting-Host: 4d85bfd5.newsspool3.arcor-online.net X-Trace: DXC=>N0DMihJR;B_cMcF=Q^Z^V3h4Fo<]lROoRa4nDHegD_]RegjFj838gMajN[W On Wed, 2007-11-14 at 14:15 +0100, Martin Krischik wrote: > > package IConv is > > > > -- the missing link to, e.g. > > -- http://www.gnu.org/software/libiconv/ > > > > end IConv; > > Not very helpful for a plug-in which is supposed to run under Windows. http://gnuwin32.sourceforge.net/packages/libiconv.htm With .lib, .def, .a, headers, etc. > First a plug-in should have a small memory food print and libgnat.dll is > bad enough as it is. > > And then libiconv is a Unix-like tool. The library API should be easy to call in programs, given Interfaces.C.*?