From: bigphil AT solutions DOT mb DOT ca (Mark Phillips) Newsgroups: comp.os.msdos.djgpp Subject: Re: fractal Message-ID: <351b0917.656531@news> References: <351ad99b DOT 7246074 AT news> Lines: 24 Date: Fri, 27 Mar 1998 02:00:39 GMT NNTP-Posting-Host: 207.161.119.38 NNTP-Posting-Date: Thu, 26 Mar 1998 20:00:39 CST To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Never mind. I found the problem. line must already be defined in allegro or something because when I changed it to lin it worked fine. Well actually, it didn't work fine at all, but that problem was fixed. I'm working on others as we speak, if there is anything I can't handle given a couple of hours, I may be posting here again however. bigphil AT solutions DOT mb DOT ca (Mark Phillips) wrote: >I was just playing around trying to write a fractal program using the >allegro library. At least as far as I know, it's a fractal, I don't >even know the exact definition of what it a fractal, but it involves >recursion. I won't bother to try to explain exactly what the program >does, but could someone tell me why it won't even compile? I think >there is a good chance it has to do with the way I use the allegro >stuff. Here is the complete source: (some of the comments may not >make sense but they were intended only for me)