home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.msdos.programmer
- Path: sparky!uunet!utcsri!torn!news.ccs.queensu.ca!slip204.telnet1.QueensU.CA!dmurdoch
- From: dmurdoch@mast.queensu.ca (Duncan Murdoch)
- Subject: Re: DLL format description needed
- Message-ID: <dmurdoch.168.721970086@mast.queensu.ca>
- Keywords: DLL format
- Lines: 17
- Sender: news@knot.ccs.queensu.ca (Netnews control)
- Organization: Queen's University
- References: <AEnNr1hav2@isi.itfs.nsk.su>
- Date: Tue, 17 Nov 1992 03:14:47 GMT
-
- In article <AEnNr1hav2@isi.itfs.nsk.su> hady@isi.itfs.nsk.su (Hapugin Andrey) writes:
- >Can anybody help me to find description of .DLL
- >files format for MS/DOS,OS/2 & Windows? I need
- >it to implement dynamic loader/linker for DLLs and
- >unfortunately I can't find its description here.
- >Any help well be greatly appreciated.
-
- The DLLs used by Windows, OS/2 1.x and the DOS extender in Borland Pascal
- are just the same format as the segmented .EXE files used by all of those.
- (OS/2 is according to the Borland Pascal manual; I haven't tried it. I
- assume from the fact that it says 1.x that 2.0 has a new format.)
-
- There's a sketch of this format in Ralf Brown's interrupt list; I think it
- shows up near the EXEC call.
-
- Duncan Murdoch
- dmurdoch@mast.queensu.ca
-