From: marg AT okstate DOT edu (Carl Marg) Newsgroups: comp.os.msdos.djgpp Subject: Re: Allegro problem Date: Wed, 03 Mar 1999 20:58:05 GMT Organization: Oklahoma State University Lines: 15 Message-ID: <36dda03b.4295162@news.okstate.edu> References: <36dd9087 DOT 274233 AT news DOT okstate DOT edu> <36DD8294 DOT CA280436 AT unb DOT ca> NNTP-Posting-Host: x8b4e504a.dhcp.okstate.edu Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.5/32.452 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Wed, 03 Mar 1999 14:42:28 -0400, Endlisnis wrote: > Well, there are a few [possible] problems. First of all, you may be >running out of stack space depending on what resolution you are using. If >your area is 1000x1000 then you could get more than 2000 levels of recursion. >And with 5 4-byte integers plus some stack overhead for each call you have way >more than 40k on the stack. I don't know what the default size of a stack is >in DJGPP, but it can be changed. > Also, this function would crash if it was run outside of a completely >closed figure because it never checks to see if it is off of the screen. my last trial was in a closed figure - 300x300 area it only does a small part of the fill before it crashes. Then it will do anything from gpf to hard lock to rebooting my computer.