From: Jim Barlow Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro is too slow... Date: Thu, 23 Jul 1998 16:52:07 -0700 Organization: BCTEL Advanced Communications Lines: 29 Message-ID: <35B7CCA6.3CC18425@bc.sympatico.ca> References: <000601bdb658$060351a0$8f4d08c3 AT arthur> Reply-To: Jim_Barlow AT bc DOT sympatico DOT ca NNTP-Posting-Host: vcta01m03-193.bctel.ca 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 Arthur wrote: > >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 Later found out that I removed the timer code which was necessary for mouse control... :( Fixed it up now. -- JBarlow ------------ Junk email will be forwarded to system administrators. ------------