Path: utzoo!utgpu!watserv1!watmath!att!dptg!ulysses!andante!princeton!udel!wuarchive!usc!apple!agate!shelby!neon!cm-next-9!grd From: grd@cm-next-9.Stanford.EDU (glen diener) Newsgroups: comp.sys.next Subject: Re: Dynamic Loading of Object Files Message-ID: <1990Nov21.044653.8983@Neon.Stanford.EDU> Date: 21 Nov 90 04:46:53 GMT References: Sender: news@Neon.Stanford.EDU (USENET News System) Organization: CCRMA, Stanford University Lines: 14 In article gessel@carthage.cs.swarthmore.edu (Daniel Mark Gessel) writes: >Since 2.0 seems to be shipping now, It is time to ask this question. > >Does anybody know about loading up classes dynamically? > ...etc... According to the man pages of a prelim 2.0 demo, there is a set of functions, rld_load, rld_unload, etc. etc. that link edit and load object files into a running program. Presumably, they can be used as the basis for loading classes dynamically: we'll find out soon enough! glen diener grd@ccrma.stanford.edu