Mail Archives: djgpp/2001/07/23/18:13:04
> 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
- Raw text -