From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: Just a DJGPP Newbie Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: <39pp4tsvvt0fchh7b7epnf75kit1bm8ld5@4ax.com> References: <978030575 DOT 223213 AT news> <978046039 DOT 68387 AT news> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 30 X-Trace: /ba9QYcOwNuxKSSaRS6FYmiTUG06AFPvMJ9puaRczE4q8Fbb2FM9SiiYm9sE6GBf3yhwQn95V/6z!XlqiIhFD2MzshRljNPCJXsRYLIa2Bp+v/ATfoGQ2BVclgJBBpGoriByOyX0saG2JHcBCjIkjaTU8!Qrhc X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Fri, 29 Dec 2000 19:23:47 GMT Distribution: world Date: Fri, 29 Dec 2000 19:23:47 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 28 Dec 2000 23:27:09 -0000, "Jose MF" wrote: >hmm, I just have solve my problem, but I don't like the way I did. >Ok I'll start from the beggining. > I start rhide with the fation - c:\code\djgpp\bin\rhide ASnake - in >order to start a project. > The program opens and I started the work. > In the button bar e select add twice and include the files ASnake.cpp >and snake.h: That's your problem. You shouldn't be adding the header files to the project. >That means allways I start a project and want to create a include >file, I'll have to include the *.h file into project, edit the file >and then exclude the file from project to run the program, or I'll >have to configure rhide to identify *.h has a include file to the >compiler know how to handle it? File | New File | Save As... --