Mail Archives: djgpp/1996/05/26/02:46:23
On Sun, 26 May 1996, Rafael R. Sevilla wrote:
> I'm sorry if this is in the FAQ or in the documentation, but I don't have
> time to find it in there. In the first place, if it's among the docs I
> don't know where too look. There's just too many txi files and I don't
> have a decent search utility for them (or is there one in TexInfo that I
> don't know about?).
Info has a search command (press `s'). You can use `grep' (from the
grep20b.zip distribution) to search through multiple files.
> So here's my question: what's a DXE file? I know they're a special form of
> executable, but what for? Can you do such nifty things like multitask them
They are a rudimentary DLLs designed to dynamically load code that is
usually not needed, like the x87 emulation code.
- Raw text -