Date: Mon, 12 Apr 93 16:13:35 EDT From: DJ Delorie To: tesla AT lamar DOT colostate DOT edu Cc: djgpp AT sun DOT soe DOT clarkson DOT edu Subject: Re: Combining Screen drivers with .exe's > Is it possible to combine a screen driver, say stdvga.grn with go32.exe and > a.out so that when I take a program that I've compiled with djgpp to another > computer that I don't have to set the GO32 environment variable to stdvga.grn > and copy stdvga.grn along with go32.exe and a.out. (I know that I can > copy /b go32.exe+filename filename.exe) Can stdvga.grn go in there too? go32 includes one driver, which is the vga.grd driver. It's not currently possible to easily choose another driver other than merging it in with go32's sources. In 2.0, it will be possible to do exactly this. DJ