Date: Thu, 11 Nov 1999 08:02:20 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Simon Redwood cc: djgpp AT delorie DOT com Subject: Re: Dynamic Loading of functions, programs In-Reply-To: <942276780.8121.0.nnrp-02.c2de6b60@news.demon.co.uk> 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 Wed, 10 Nov 1999, Simon Redwood wrote: > Does anyone know whether or not djgpp in dos/windows environment supports > the dynamic loading of functions ? (Can I build a library/dll and call > functions from it at runtime) Yes, such features are supported. Check out section 22.14 of the DJGPP FAQ list which describes the DXE facility built into DJGPP. If that is not enough for your application, a couple of add-on packages are listed in section 22.3, under "Dynamically loaded code".