From: mert0407 AT sable DOT ox DOT ac DOT uk (George Foot) Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE Help Date: Tue, 22 Apr 1997 22:23:14 GMT Organization: Oxford University Lines: 27 Message-ID: <335d3983.2553775@news.easynet.co.uk> References: <335CD59D DOT 743E AT voyageur DOT ca> NNTP-Posting-Host: foot.easynet.co.uk To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk On Tue, 22 Apr 1997 10:13:34 -0500, "J. Ellis" wrote: >I have been using RHIDE (or, at least, trying to!), but for some reason >it won't let me link a c source. It compiles and makes just fine, but >whenever I try to link an individual c source, it says "no input file" >(or something to that effect;-D) I have set the source directory to >point to the proper location, but it's still not linking. Someone told >me that I have to make a project first. I am just learning about C, so >I am lost when it comes to "projects", etc. Anyway, could someone >please help me out with this problem. When you start RHIDE you should type `rhide myproj' where myproj is your project name, which should be the main part of a valid filename (i.e. no extension). RHIDE will start, with a project window. You must add all your C source code files to this window. Then press F9 to make your program. Your executable will then be called myproj.exe. If the current directory contains exactly one project file, you can just type RHIDE and it will automatically load this project. However, to create it you must type `rhide myproj' or something similar, as above. I'm sure this is in the RHIDE docs, though... -- George Foot