Date: Mon, 7 Aug 2000 10:28:18 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Ardy Falls cc: djgpp AT delorie DOT com Subject: Re: Making dynamic link code In-Reply-To: <398DE831.1EDC9EF0@addr.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 6 Aug 2000, Ardy Falls wrote: > I was wondering how could you make dynamic linking libraries. lest say, > for examole I have a graohics library that I want to be able to load in > different drivers that I might write for it for different video cards. See section 22.4 of the FAQ, it lists several libraries for dynamically loaded code. Section 22.15 describes DXE, a built-in (but somewhat limited) facility for dynamically loaded code that comes with DJGPP.