From: "Jack Edwards, Jr." Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro: Minor nuiscances in 2.2 Date: Sun, 01 Jun 1997 08:26:33 -0400 Organization: Mages of the Blue Circle, inc. Lines: 30 Message-ID: <33916A79.4D6@erols.com> References: <5ma34v$bho AT freenet-news DOT carleton DOT ca> <5mc3kr$a5h AT freenet-news DOT carleton DOT ca> Reply-To: flange AT erols DOT com NNTP-Posting-Host: wdr-as1s12.erols.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Shawn Hargreaves wrote: > > Paul Derbyshire writes: > >// Save me as mousecra.c and compile with gcc mousecra.c -o mousecra.exe > >// -lalleg, and run mousecra... > [snip] > > printf ("Can you see this? Try MODE CO80 if not.\n"); > > And you can't see this text, right? You aren't going to like this, but > it works fine for me! > Some video cards will re-route fprintf() output to the screen even when in graphics mode, some don't. ex: Diamond Stealth's do Number Nine's don't (both of these use S3 chipsets so that must be a bios feature.) A good clue to tell whether or not you're still in GFX mode, is the size and color of the font. Or you can just type Mode CO80 like he said, and if the screen flickers or resizes, etc., then you know. I currently don't have the latest version of Allegro installed, or I'd test his code and possibly confirm his problem. Good luck, Jack Edwards, Jr. flange AT erols DOT com