From: Ian Chapman Newsgroups: comp.os.msdos.djgpp Subject: Re: RHIDE long filenames? Date: Tue, 24 Mar 1998 14:19:34 -0500 Organization: Nortel Lines: 37 Message-ID: <35180746.6F77@nortel.ca> References: <3517C9AC DOT 30001F7A AT jhu DOT edu> <3517CEBD DOT 3E036DDB AT jhu DOT edu> Reply-To: ichapman AT nortel DOT ca NNTP-Posting-Host: bcarib90.bnr.ca Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hi Geoffrey, I'm in the process of putting together additional faq on rhide just for this question. I figured it all out so no need for us all to do it the hard way. Please be the first guinie pig. I wanted to give Robert a look first but let me know if it helps. Regards Ian. Additional faq for Rhide. Q I do not generate an .exe file A Enter rhide from the dos prompt by "rhide projname", clk project tab then add and select your Hello.c or hello.cc file. Then compile and then link or else build all. There should be a file projname.exe. Q It is not finding the include file dot.h. A You are not referring to the djgpp dot.h files. If so see djgppfaq. In rhide clk the Options tab on top of rhide window, then Directories, then Include, then add the path to the dot.h files in the test box. "$(DJDIR)/contrib/grx/include; $(DJDIR)/contrib/here/there" This can also be done in the djgpp.env file see the djgpp information. Q It's still not finding the dot.h files. A Invoke Win95 long file names at the command line via "rhide -y projname" Q How do I set rhide to long file names without -y each time A Ask Robert. Q The linker is not finding various library functions. A Clk the Options tab then Libraries then mark one of the boxes and type in the Library name that you need i.e. grx for libgrx.a. Q It's still not finding the library functions. A Go into Options tab on top of the rhide window then Directories then Libraries, then add the path to the dot.a files in the test box. "$(DJDIR)/contrib/lib/here/there; $(DJDIR)/contrib/grx/lib" This can also be done in the djgpp.env file see the djgpp information.