Date: Sun, 13 Jun 1999 11:39:39 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Mark Phillips cc: djgpp AT delorie DOT com Subject: Re: creating DLLs In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Fri, 11 Jun 1999, Mark Phillips wrote: > called Green-Card. I really must stress the fact that I don't really > know what I'm doing, but I'm told I need to create a dll. Do you HAVE to use a DLL, is this just a nice-to-have feature? In other words, will the program work when linked statically? If the program can be linked statically, then use that option and never look back. If you MUST use a DLL, you might consider using one of the DJGPP-compatible packages that allow libraries to be dynamically loaded at run time. See section 22.3 of the FAQ for some pointers.