Date: Sun, 18 May 1997 17:42:30 +0300 (IDT) From: Eli Zaretskii To: Jason Barstow cc: djgpp AT delorie DOT com Subject: Re: Creating PIFs (WAS Re: Allegro problems) In-Reply-To: <337b9736.0@ispc-news.cableinet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 15 May 1997, Jason Barstow wrote: > Problem is, when I create a .PIF it gets written with whole paths in it. > It's pretty unlikely my end users are going to use the same path as > me (W:\WIP\...) I've tried hacking the .PIF in a bineditor but this just > causes explorer to crash! Why do you need an absolute pathname in the PIF? Just say "myprog.exe" and ask people to put the directory on their PATH. Then Windows will find the PIF and will be happy. Btw, Windows 3.x doesn't have any DPMI settings on the PIF, you need to set the XMS limit to -1 instead. As for Windows 95, I don't know what's in its PIF and whether DPMI is there. Anybody?