Mail Archives: djgpp/1997/05/18/10:45:25
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?
- Raw text -