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-02 04:51:27 PST Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!chnws02.mediaone.net!chnws06.ne.mediaone.net!24.128.8.70!typhoon.ne.mediaone.net.POSTED!not-for-mail From: "Jeffrey Creem" Newsgroups: comp.lang.ada References: <50c1a1b.0202010746.3ee4bd7a@posting.google.com> <50c1a1b.0202012106.5ba7af2c@posting.google.com> Subject: Re: ImageMagick libs and Ada X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: Date: Sat, 02 Feb 2002 12:48:52 GMT NNTP-Posting-Host: 66.31.5.146 X-Complaints-To: abuse@mediaone.net X-Trace: typhoon.ne.mediaone.net 1012654132 66.31.5.146 (Sat, 02 Feb 2002 07:48:52 EST) NNTP-Posting-Date: Sat, 02 Feb 2002 07:48:52 EST Organization: ATT Broadband Xref: archiver1.google.com comp.lang.ada:19524 Date: 2002-02-02T12:48:52+00:00 List-Id: I think you might be stuck then..I'd recommend writing on the cygwin mailing list to see if there is a way to mix and match cygwin and mingw programs in the same image..This is essentially what you want to do and they would know best what can be done. It may not be possible...Does it have to be ImageMagick? Perhaps you can find some trial COM component that does what you want and gen a binding to it with gnatcom....Or, can you run under Linux. "Zach Swanson" wrote in message news:50c1a1b.0202012106.5ba7af2c@posting.google.com... > "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.