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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5ec8c2333db24f01 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-01 21:06:26 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: x24702@usma.edu (Zach Swanson) Newsgroups: comp.lang.ada Subject: Re: ImageMagick libs and Ada Date: 1 Feb 2002 21:06:25 -0800 Organization: http://groups.google.com/ Message-ID: <50c1a1b.0202012106.5ba7af2c@posting.google.com> References: <50c1a1b.0202010746.3ee4bd7a@posting.google.com> NNTP-Posting-Host: 134.240.36.230 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1012626386 22350 127.0.0.1 (2 Feb 2002 05:06:26 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 2 Feb 2002 05:06:26 GMT Xref: archiver1.google.com comp.lang.ada:19517 Date: 2002-02-02T05:06:26+00:00 List-Id: "Jeffrey Creem" wrote > It looks like people have compiled this for native win32 (v.s. cygwin's unix > compatibility mode). > ftp://ftp.yggdrasil.com/mirrors/site/ftp.simplesystems.org/pub/ImageMagick/b > inaries/ > > (Note since the above does not seem to include import libraries you may have > to either figure out how to rebuild from source this way yourself or perhaps > use > the included dlls along with tools like dll2def to build gcc style import > libraries. Actually we tried to use the Win32 version of ImageMagick first, but it turns out that you can't import the DLLs into Ada correctly (at least not by following the instructions in the GNAT reference manual) because the ImageMagick library did not include the necessary source files to use the gnat tools that converts the dlls into usable libs.