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=3.8 required=5.0 tests=BAYES_00,INVALID_MSGID, RATWARE_MS_HASH,RATWARE_OUTLOOK_NONAME autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,1429a77952fc9bcd X-Google-Attributes: gid103376,public From: "Jerry van Dijk" Subject: Re: ada student's questions Date: 1997/03/01 Message-ID: <01bc2670$7f6d6680$512d5c8b@default>#1/1 X-Deja-AN: 222367237 References: <33177E39.1736@concentric.net> Organization: *JerryWare HQ*, Haarlem, Holland Newsgroups: comp.lang.ada Date: 1997-03-01T00:00:00+00:00 List-Id: > Hi, I have to write a program in ada for one of my computer classes. > I would like to use graphics, but the routines in vgapck06 are very > slow. The implementations of the vgapck functions are written to work on almost every card available, the downside of wich is, of course, extra overhead. If you have a VESA (1.2 or up) compatible card you will find another graphics package at my homepage (www.pi.net/~dijklibo) which should run much faster and has a vgapck06 like interface. Hope this helps, Jerry.