From: buers AT gmx DOT de (Dieter Buerssner) Newsgroups: comp.os.msdos.djgpp Subject: Re: Problems with DJGPP lib and grx23 Date: 9 Apr 2000 19:00:34 GMT Lines: 25 Message-ID: <8cqobl.3vs4f8r.0@buerssner-17104.user.cis.dfn.de> References: <38F0935E DOT E4D1E886 AT worldnet DOT att DOT net> NNTP-Posting-Host: pec-105-91.tnt5.s2.uunet.de (149.225.105.91) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: fu-berlin.de 955306834 7026263 149.225.105.91 (16 [17104]) X-Posting-Agent: Hamster/1.3.13.0 User-Agent: Xnews/03.02.04 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com James Mittelstadt wrote: >I am very new to DJGPP, having downloaded and installed the software >about a month ago. Everything is working fine except for these problems >with grx23. I am running on a 486/66 under Win95 in a dos window. [And some problems, all including the function GR_shift_scanline] I assume, you are using gcc 2.95.2 and a patched version of GRX. If my assumption is correct, my speculative followup ;) may help. The patches described in the FAQ were updated very recently by Ian Miller. One of the patches adresses problems with GR_shift_scanline. Applying the new patches should solve your problems. (You must patch a freshly installed grx, and not your already patched version.) BTW. The grx test programs you mentioned should work in 256 color mode. To try this your could type testprog 640 480 256 at the DOS-prompt. -- Regards, Dieter