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-11 12:07:23 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!canoe.uoregon.edu!hammer.uoregon.edu!skates!not-for-mail From: Stephen Leake Newsgroups: comp.lang.ada Subject: Re: Graphics Date: 11 Jan 2002 15:01:37 -0500 Organization: NASA Goddard Space Flight Center Message-ID: References: NNTP-Posting-Host: anarres.gsfc.nasa.gov Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: skates.gsfc.nasa.gov 1010779538 6801 128.183.220.71 (11 Jan 2002 20:05:38 GMT) X-Complaints-To: dscoggin@cne-odin.gsfc.nasa.gov NNTP-Posting-Date: 11 Jan 2002 20:05:38 GMT User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 Xref: archiver1.google.com comp.lang.ada:18796 Date: 2002-01-11T20:05:38+00:00 List-Id: Necros writes: > Ok, thanks... > > > I'm programming a Concurrency game in Ada95, and i would want to be able > to generate the initial graphic elements from external program (Paint Shop > Pro, Corel Draw)... it would only them in virtual memory to begin, and it > would create miscelenea later with them,,, In language C is easy, You must mean "using this wizzy graphics package I have that has a C interface, it is easy". > in Ada, I don't Know for where to begin... Write a binding to the wizzy graphics package, and do the same things you were doing in C. Then publish the binding, so the rest of us can do the same :). > The game is a practice, PCMAN Vs Monsters. I'd like to see that, enough that I'll offer to help. I wrote Windex, an Ada binding to Win32. If you don't mind being restricted to Windows, it's a good way to go (see http://users.erols.com/leakstan/Stephe/Ada/windex.html). I can help you write the binding to the wizzy graphics package, or just use Windex straight. -- -- Stephe