From: "David Lipman" Newsgroups: comp.os.msdos.djgpp Subject: rhide project question Lines: 12 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: <%iYM6.12546$Az.1135526@newsread2.prod.itd.earthlink.net> Date: Thu, 17 May 2001 22:31:23 GMT NNTP-Posting-Host: 168.191.119.220 X-Complaints-To: abuse AT earthlink DOT net X-Trace: newsread2.prod.itd.earthlink.net 990138683 168.191.119.220 (Thu, 17 May 2001 15:31:23 PDT) NNTP-Posting-Date: Thu, 17 May 2001 15:31:23 PDT Organization: EarthLink Inc. -- http://www.EarthLink.net X-Received-Date: Thu, 17 May 2001 15:29:39 PDT (newsmaster1.prod.itd.earthlink.net) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I have a problem building projects under Rhide. I can build a multiple file executable by simply opening the .c files and the .h files and "build all" to them. this successfully compiles and links everything and created the executable file "aout.exe" everytime. However, when I open a project and "add" the same files and then try to "build" the project I get an error of the type "multiple definitions of function 'main'", and other "multiple function definition" type errors and link time. Can anyone tell me what I'm doing wrong in creating my projects? Thanks