From: "Anthony Q. Bachler" Newsgroups: comp.os.msdos.djgpp Subject: Re: windows 95 and djgpp Date: 22 Mar 1997 06:27:15 GMT Organization: Apcad Engineering Lines: 37 Message-ID: <01bc367e$6b58eb60$LocalHost@anthonyb> References: <3332a231 DOT 2772041 AT news DOT wineasy DOT se> NNTP-Posting-Host: 208.16.64.197 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp I had this problem too. You have to define the environment variable DJGPP as the location (including the filename I found out) of the file DJGPP.ENV If you got the files from deloria, it should be in the directory where you unzipped the files. I put mine in C:\GC, so in a .BAT file I add the line: @SET DJGPP=C:\GC\DJGPP.ENV and that takes care of it. You should also make sure you unzip the RHIDE files in the same directory as the GC files. Make sure you do so with the -D option for PKUNZIP. The directory structure needs to maintained. After you do this just execute that .BAT file whenever you start a DOS session. You could put it in the autoexec.bat file if you want. -- ::-) ---------------------------------------------------------------------------- --- HTTP://vax2.rainis.net/~cwhizard/norn.htm Home of the Sixpak of Norns. To reply to a news posting, remove the anti-SPAM features from my e-mail address. Marty wrote in article <3332a231 DOT 2772041 AT news DOT wineasy DOT se>... > Hi there, > > could anyone share their experience in running djgpp and windows 95? I > am right now and have some trouble. For example with RHIDE, it doesn't > seem to save the source directory from session to sessions. Also, when > I played with graphics, it rebooted ( :) ) > >