Date: Tue, 8 Feb 2000 09:34:40 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Thorsten Erdmann cc: djgpp AT delorie DOT com Subject: Re: How to create overlays In-Reply-To: <87n9tr$5r5$1@ac1.ewetel.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: dj-admin AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 7 Feb 2000, Thorsten Erdmann wrote: > I want to create a set of routines which should be loaded on demand from the > main program. These routines are a hardwaredriver for several display types. > I want to define some routines like putpixel, drawstring etc. These routines > exist for every display type and should be in a file separated from the main > program, so the user can exchange these driver files without recompiling the > main program. Try the DXE feature provided with DJGPP. See section 22.15 of the DJGPP FAQ list (v2/faq230b.zip from the usual DJGPP sites) for some info and pointers.