From: The NiBBLeR Newsgroups: comp.os.msdos.djgpp Subject: linking problems with djgpp C++ Date: Thu, 29 May 1997 18:49:07 +0200 Organization: Brainwave Software Lines: 34 Message-ID: <338DB382.6ECE@pop.telebyte.nl> Reply-To: bws AT telebyte DOT nl NNTP-Posting-Host: pm0-06.udn.telebyte.nl 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 Precedence: bulk Hi, Here's the source: --------------------------------------------- class Name { private: int x; public: void test(int c); }; void Name::test(int c) { } void main (void) { } --------------------------------------------- Compiling this, isn't any problem. When linking it, it gives the error something like: -name::test(int c) defined on another place, can anyone please explain me, why this happens and to solve this ???? Thank you in advance, Rick Blommers btw. when replying, please send it also to my email address....