From: dole DOT bludger AT the DOT beach (Axxen) Newsgroups: comp.os.msdos.djgpp Subject: How to setup Rhide 1.3b to run on NT 4.0 Date: Tue, 09 Sep 1997 19:03:16 GMT Organization: lost property Lines: 83 Message-ID: <6D9EF4E9792F5075.A2C99E7620C38633.B22B61E0158FEBF3@library-proxy.airnews.net> References: <341160EB DOT 32C5 AT mail DOT connect DOT usq DOT edu DOT au> <237066731675CD0B DOT 843197BBB00CCCD0 DOT 8DBF4532C55B53D9 AT library-proxy DOT airnews DOT net> NNTP-Proxy-Relay: library.airnews.net NNTP-Posting-Time: Tue Sep 9 14:04:34 1997 NNTP-Posting-Host: syd-pm1-232.dot.net.au 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 On Sat, 06 Sep 1997 16:20:27 GMT, dole DOT bludger AT the DOT beach (Axxen) wrote: To operate Rhide 1.3b under NT 4.0. Don't add : DJGPP=C:\DJGPP\DJGPP.ENV PATH=C:\DJGPP\BIN;%PATH% to NT's Autoexec.bat or Autoexec.NT files. It is better to : Open the control panel and double click the System icon. Then select the environment tab, from the box that appears. In the top window of the box, scroll the window and click on Path. The word PATH appears in the Variable box. The path address appears in the Value box. In the Value box, type in (or add to what is already there) C:\DJGPP\BIN;%PATH% Then click SET. Next, clear the two boxes. In the Variable box type in DJGPP In the Value box, type C:\DJGPP\DJGPP.ENV Then click SET. Click OK (and the System box closes) Unlike DOS and Win95, you don't have to restart the computer, for it to take effect. Close the control panel. The best way to start Rhide, is by creating a shortcut to the Desktop or Start menu After you create the shortcut, right click it and select properties. Click on the Program tab Then, in the "cmd line" section type C:\DJGPP\bin\rhide.exe -M In the "working" section type The directory you want as your working directory e.g C:\C_work Select an icon, such as the cloud & lightning bolt. Click the screen tab, and Select full screen. Click OK From the Explorer create a working directory, such as C_work You can use the rhide.gpr that I have downloaded. Copy the Rhide.gpr file to DJGPP's bin directory. The directories are set as: include files C:\DJGPP\include library files C:\DJGPP\lib object files C:\C_work source files C:\C_work By doing this, Rhide will start knowing where to find all needed files. You must create the C_work directoy, from Explorer, for it to work. Rhide will use C_work as its working directory. So, to start a new program from Rhide, click "file" then "open", then type the name you want to give the file. e.g. test.c Finally, click OK and Rhide will create the file, then type in the code. Also, the following settings have been made: The screen mode has been increased to 90 x 34 Auto indent enabled 16 colours enabled You can, of course, change the settings once you've installed rhide.gpr Axxen