Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: James W Sager Iii , djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Overloading with a huge program Date: Sun, 3 May 1998 09:29:38 -0700 Message-ID: <19980503162926.AAF13143@ppp118.cartsys.com> Precedence: bulk At 07:11 5/2/1998 -0400, James W Sager Iii wrote: >Has anyone else encountered a problem with overloading >on a huge program. Like one over 60k lines of code? >I had two functions that worked fine when i copied and >pasted them to a new program, but when used in the hge >program, the compiler bitches at me saying the function >is already declared. :( The easy way I solved this >was by renaming one of the functions. Hmmm. You're sure you compiled it as C++, right? Or is it possible there was a duplicate of one of the functions already in the larger file? Nate Eldredge nate AT cartsys DOT com