From: "sl" Newsgroups: comp.os.msdos.djgpp Subject: Re: inline functions -- unknown references Date: Fri, 31 Dec 1999 00:03:27 -0500 (EST) Organization: Posted via Supernews, http://www.supernews.com Lines: 11 Message-ID: References: X-Complaints-To: newsabuse AT supernews DOT com X-Newsreader: PMINews 2.00.1205 For OS/2 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 Reply-To: djgpp AT delorie DOT com On Fri, 31 Dec 1999 03:11:20 GMT, Damian Yerrick wrote: >I don't know that much about inlining, but try dropping all your inline >functions into a header file and #includeing it from your source files. I tried simply adding #include "name.cc" in the top of the header file for the "offending code" .. but it did not help. Gili