X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10112201441.AA17346@clio.rice.edu> Subject: Re: RFC - Dynamic loading To: djgpp-workers AT delorie DOT com Date: Thu, 20 Dec 2001 08:41:52 -0600 (CST) In-Reply-To: <3C218FA2.EB3763C1@is.elta.co.il> from "Eli Zaretskii" at Dec 20, 2001 09:13:38 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > What would this dynamic linking have for debugging the loaded code? Symbols would not be available, as is today. Primary change is to remove restriction on single export and no imports. Don't build it into a DXE until you've debugged it? The only potentially debuggable alternative I saw was to build on the XCOFF support for windows PE type DLLs - but this looked like a compatibility rats nest, and a big footprint.