From: "David Krmpotic" Newsgroups: comp.os.msdos.djgpp Subject: RHIDE - reports multiple definitions Date: Mon, 29 Jan 2001 01:56:05 +0100 Organization: ARNES Lines: 11 Message-ID: <952f2h$b6$1@planja.arnes.si> NNTP-Posting-Host: mb6-3a.dial-up.arnes.si X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I make a project in RHIDE and add all files needed for it in project window. files are main.cpp include1.cpp include1.h include2.cpp include2.h when I press F9 it compiles all files O.K. but when linking to main.exe it reports many multiple definitions in include1.cpp When I compile it "manually" with gpp it works fine. what's the problem?