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,d06a6986d0e3e02b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-13 08:00:42 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn-xit-03!sn-post-02!sn-post-01!supernews.com!corp.supernews.com!not-for-mail From: David Botton Newsgroups: comp.lang.ada Subject: Re: Graphics Date: Sun, 13 Jan 2002 11:00:30 -0500 Organization: Posted via Supernews, http://www.supernews.com Message-ID: User-Agent: Microsoft-Entourage/10.0.0.1309 References: Mime-version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit X-Complaints-To: newsabuse@supernews.com Xref: archiver1.google.com comp.lang.ada:18861 Date: 2002-01-13T11:00:30-05:00 List-Id: Since this is a Windows program. I would suggest converting your graphics in to BMPs and putting them in to you resources. This way you get one EXE with everything in it. If size is a factor, you can using UPX to compress your exe. GWindows (http://www.adapower.com/gwindows) is currently the best Modified GPL (ie. Free as in liberty) library available (I wrote it, so I am biased of course :-) I am currently working on completing GTK+ bindings that will be integrated with GWindows that will allow for all the whiz bang stuff that MS has been pumping about XP's graphics (loading, modifying and savings of most graphic types, Alpha channels etc.) on Win98/ME/NT/2K/XP). Any library you would use from C/C++ to load in Gif's, etc. can be used with Ada also. Take a look at the way I build the thick GWindows bindings, in particular how each function is bound in the body of the procedure and makes far more use of the excellent design of Ada's ability to bind to C then thin bindings do. I would also recommend looking at Windex to get a handle on thin binding as well. David Botton On 1/8/02 1:29 PM, in article Xns9190C634612F8necrosmanawanadooes@62.36.220.94, "Necros" wrote: > Somebody Knows if some package that allows to load images standard formats > (gif,jpeg,bmp...). > > Which the best graphic package is "Adagraph,Gwindows..." ???? > > Thanks,