Message-ID: <36E133EB.C8D501BC@ort.org.il> Date: Sat, 06 Mar 1999 15:55:56 +0200 From: Rami Yohay X-Mailer: Mozilla 4.03 [en] (Win95; I) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: project Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com I have a problem with the PROJECT option in DJGPP : for example I to my project the files : file1.cpp , file2.cpp I include H files in file1.cpp , but if I need to use a few functions from the same H files in file2.cpp I need to include the H files again. When I compile and run the project , it writes me an error that I declared the same H files twice. How do I fix it?