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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,e70ee61328512a44 X-Google-Attributes: gid103376,public From: tmoran@bix.com (Tom Moran) Subject: Re: Programing Date: 1999/03/28 Message-ID: <36fd99ad.26917009@news.pacbell.net>#1/1 X-Deja-AN: 459965978 References: X-Complaints-To: abuse@pacbell.net X-Trace: typhoon-sf.pbi.net 922589989 206.170.2.95 (Sat, 27 Mar 1999 18:59:49 PDT) Organization: SBC Internet Services NNTP-Posting-Date: Sat, 27 Mar 1999 18:59:49 PDT Newsgroups: comp.lang.ada Date: 1999-03-28T00:00:00+00:00 List-Id: > incorporate graphics file or a single image in a program? >... sometime under Windows 98 For Windows, either call the MS Windows API directly (a "thin binding") or via a high level "thick binding". See the paper I coauthored, or download the demo version of CLAW, from www.rrsoftware.com for the latter approach. ftp to members.aol.com and get /gmoran01/diners/src.exe for a simple example using Windows icon graphics. For the "thin binding", most PC Ada compilers come with, or will direct you to, one.