Mail Archives: djgpp/1995/04/30/03:13:09
> Wishing to make this a permanent selection, I added the line
> GO32=driver %DJGPP%/drivers/atipro.grd topline
> to my djgpp.env file and cleared the variable from the environment.
> Rerunning t05.bat, I saw the topline messages during the build but
> once again the "Graphics initialization error ..." message appeared
> when I t05 ran.
No wonder this doesn't work. The parsing of DJGPP.ENV and stuffing
of necessary variables into the environment passed to DJGPP programs is
done by go32, and the GO32 variable is for go32 itself. So go32 doesn't
get variables which aren't in the environment when it starts up.
- Raw text -