Message-ID: <000601bdb658$060351a0$8f4d08c3@arthur> Reply-To: "Arthur" From: "Arthur" To: "DJGPP Mailing List" Subject: Re: Allegro is too slow... Date: Thu, 23 Jul 1998 15:34:47 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Precedence: bulk >I've been using Allegro to build a GUI for simple utility I'm working on. I did >a debug test to try and catch a particular error... it crashed the computer... >and now the mouse is SLLLOOW in the program. It moves once every second and >just seems to jump from place to place. Everything else seems normal. It sounds like you've got a bit of processor intensive activity going on between screen redraws. Are you triple buffering your GUI? It's an easy thing to do, and really slows down the system. Send in a snippet of code, and we may be able to isolate the problem... James Arthur jaa AT arfa DOT clara DOT net