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,1fac2bb18a119721 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-15 18:53:52 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!feed2.news.rcn.net!rcn!wn1feed!worldnet.att.net!204.127.198.203!attbi_feed3!attbi.com!rwcrnsc53.POSTED!not-for-mail From: "Steve Doiel" Newsgroups: comp.lang.ada References: <50c1a1b.0203132106.13f2315f@posting.google.com> Subject: Re: ada jpeg binding? X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Message-ID: <3tyk8.44359$af7.36310@rwcrnsc53> NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc53 1016247231 12.225.227.101 (Sat, 16 Mar 2002 02:53:51 GMT) NNTP-Posting-Date: Sat, 16 Mar 2002 02:53:51 GMT Organization: AT&T Broadband Date: Sat, 16 Mar 2002 02:53:51 GMT Xref: archiver1.google.com comp.lang.ada:21314 Date: 2002-03-16T02:53:51+00:00 List-Id: "Zach Swanson" wrote in message news:50c1a1b.0203132106.13f2315f@posting.google.com... > I have need of access to the standard jpeg libraries (libjpeg.a) in > Ada, > anyone know of any bindings that are already available out there? I've > done some pretty extensive searching on the web already and come up > with nothing, I'm hoping that perhaps one of you might have already > written something like this. > Thanks > > Zach Swanson > USMA '02 If you have the C header files there are tools available that will automatically create bindings. I have used cbind4win32. I found that I had to tweak the bindings a little, but it was much easier than creating a binding from scratch. SteveD