From: Patrick Mahoney Newsgroups: comp.os.msdos.djgpp Subject: Re: Newbie: Help w\error in RHIDE Date: Sat, 03 Apr 1999 13:13:58 -0500 Organization: AT&T WorldNet Services Lines: 71 Message-ID: <37065A66.E28550B1@worldnet.att.net> References: <37044CF1 DOT 6894C2F7 AT worldnet DOT att DOT net> <7e44cl$plc$1 AT usenet DOT kreonet DOT re DOT kr> NNTP-Posting-Host: 12.76.68.222 Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="------------EE22956DB0A985B3989BFFDD" X-Trace: bgtnsc01.worldnet.att.net 923162828 4573 12.76.68.222 (3 Apr 1999 18:07:08 GMT) X-Complaints-To: abuse AT worldnet DOT att DOT net NNTP-Posting-Date: 3 Apr 1999 18:07:08 GMT X-Mailer: Mozilla 4.51 [en] (Win95; I) X-Accept-Language: en To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com --------------EE22956DB0A985B3989BFFDD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit > My thanks to all of you for your help & suggestions. The program is now up and working. Here is what I had to do, for those of you who are interested....... Changed the autoexec.bat to this: set PATH=C:\DJGPP\BIN;%PATH% set DJGPP=C:\DJGPP\DJGPP.ENV Had this like this in the first place, but would not take effect without turning off the computer completely. I was only telling Windows to re-boot itself. Don't know why this make's a difference, but it did. ;-) Next, I had to download and install the file ( csdpmi3b.zip ), DPMI emulator. Once I had the computer running with the new autoexec.bat file, GCC asked for this file itself, so that was easy enough to go get. And lastly, I ran the SET program with this comand line: setdjgpp c:\djgpp c:/djgpp For anyone who's having the same problem, you must be in your DJGPP\BIN directory to run this comand..... So far everything is working great! Once again, thanks to those of you who offered suggestion's, and help... Rusty --------------EE22956DB0A985B3989BFFDD Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit
 
My thanks to all of you for your help & suggestions. The program is now
up and working. Here is what I had to do, for those of you who are
interested.......

Changed the autoexec.bat to this:

set PATH=C:\DJGPP\BIN;%PATH%
set DJGPP=C:\DJGPP\DJGPP.ENV

Had this like this in the first place, but would not take effect without
turning off the computer completely. I was only telling Windows to
re-boot itself. Don't know why this make's a difference, but it did. ;-)

Next, I had to download and install the file ( csdpmi3b.zip ), DPMI
emulator. Once I had the computer running with the new autoexec.bat
file, GCC asked for this file itself, so that was easy enough to go get.

And lastly, I ran the SET program with this comand line:

setdjgpp c:\djgpp c:/djgpp

For anyone who's having the same problem, you must be in your
DJGPP\BIN directory to run this comand.....

So far everything is working great! Once again, thanks to those of
you who offered suggestion's, and help...
Rusty
  --------------EE22956DB0A985B3989BFFDD--