Message-ID: <001001c113c4$0fc26380$b4b6a8c6@ECETSP> From: "Patrick Mitran" To: References: Subject: Re: WindowsME crash. Date: Mon, 23 Jul 2001 18:08:52 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com > I recently used the zip picker to download all the files I need to run djgpp > I installed it on my gateway solo 1150 celeron 700 with 64 mb of ram and > running windows ME. when I added the required lines to my autoexec.bat rhide > and the other programs for djgpp ran fine but when I try to long onto the > internet WITHOUT djgpp running I got "Explorer casues and error inw > WS2_32.dll" this happened with several other programs such as rnanpp.dll. > After I removed the lines in my autoexec.bat and rebooted every thing worked > as normal, except that I can no longer use the help and other utilities in > rhide. I did the same installation on a machine at work that is running > Win98SE and there were no problems, so I suspect it is a conflict between > djgpp and WinME > Does anyone know a solution to this. I really would like to use djgpp at > home > TIA > > Hi, I use DJGPP on my Celeron 600Mhz laptop running WinME with no problems at all. I also connect to the net with dial-up networking or T10/100 network card (depends if I'm at home/work) and have never experienced a problem. Here's my autoexec.bat file: C:\>type autoexec.bat SET windir=C:\WINDOWS SET winbootdir=C:\WINDOWS SET COMSPEC=C:\WINDOWS\COMMAND.COM SET PROMPT=$p$g SET TEMP=C:\WINDOWS\TEMP SET TMP=C:\WINDOWS\TEMP SET BLASTER=A220 I5 D1 P330 SET PATH=C:/pmitran/DJGPP/bin;C:\WINDOWS;C:\WINDOWS\COMMAND;c:\progra~1\matlabr1 2\bin\win32 SET DJGPP=C:/pmitran/DJGPP/djgpp.env Patrick