Newsgroups: comp.os.msdos.djgpp From: samantha Subject: Re: Why doesn't my program run correctly? Message-ID: <34130EBE.3836@ceasars.co.za> Date: Sun, 07 Sep 1997 13:29:50 -0700 References: <3KQHUN$Qiz AT titan DOT cc DOT ntu DOT edu DOT tw> Reply-To: jazz AT ceasars DOT co DOT za Organization: Student MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Lines: 23 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk ¤Ñ¤~ wrote: > > Why doesn't my program run correctly? > What's wrong ? > This is my source code. > #include > > #include > > #define MASK_LINEAR(addr) (addr & 0x000FFFFF) >etc.... Hi! You might get some help looking at the source code for Allegro, a game library for DJGPP, by Shawn Hargreaves (shawn AT talula DOT demon DOT co DOT uk). It supports several SVGA cards & modes perfectly, so maybe its source code can give you an idea. Hope this helped! Rylan