Message-ID: <37D78C96.70753230@connect.ab.ca> Date: Thu, 09 Sep 1999 10:31:50 +0000 From: Tom Fjellstrom X-Mailer: Mozilla 4.61 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.os.msdos.djgpp Subject: Re: unknown problem with program. References: <37D69611 DOT 969E988F AT connect DOT ab DOT ca> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit NNTP-Posting-Host: ppp0220.connect.ab.ca X-Trace: 9 Sep 1999 10:20:41 -0600, ppp0220.connect.ab.ca Lines: 24 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I found out where the error was. Between my chair and my monitor. :) I't seems i have a wacked sence of linked lists. Tom Fjellstrom wrote: > first off, this post might be considered off topic but I don't know > where else to post it. > But scince I use djgpp, I thought this group is as good as any. (or > better :) > > The problem in this listing is with the gui_broadcast_message() (in > gui.c) > function somewhere. unfortunatly if i listed all of the needed code this > post > would get kinda long. :) So instead of listing it all here I uploaded it > all > to my web site. http://strangesoft.hypermart.net/gui.c > If any one who takes a look at the program want's to get > rid of the funky allegro boxes just remove the '-D_DEBUG_' > from the makefile. > > thx, > Tom