Date: Thu, 3 Apr 1997 17:04:08 +0300 (IDT) From: Eli Zaretskii To: zilym AT imap1 DOT asu DOT edu cc: djgpp AT delorie DOT com Subject: Re: Loading code at runtime In-Reply-To: <5hufkb$pav@news.asu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 2 Apr 1997 zilym AT imap1 DOT asu DOT edu wrote: > Is there a way to load a file from disk at runtime that would > contain compiled code and then execute routines from within it? You are talking about a kind of DLL. DJGPP has two options for these: DXE (described in the FAQ, section 22.13) and DLM (a pointer to its page on the Web is in the FAQ, section 22.2).