From: mlsmith AT vax2 DOT rainis DOT net (Michael L. Smith) Newsgroups: comp.os.msdos.djgpp Subject: Win32 DLL Date: Fri, 06 Jun 1997 05:19:31 GMT Organization: Computer Design Lab Lines: 6 Message-ID: <5n86l3$1cg_002@mlsmith.rainis.net> To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk There is a little information included with the Cynus GNU port on this subject but not much. For example there is reference to a pgm called 'dlltool' but no explanation of what it does. What is really needed is a decent overview of the process of creating a dll. BTW the --help option to ld (the linker) makes no reference to the term 'dll'. The linker MUST be 'dll aware' in order to work properly. Any help appreciated.