Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ucbvax!decwrl!sun!pitstop!sundc!seismo!uunet!portal!cup.portal.com!dan-hankins From: dan-hankins@cup.portal.com (Daniel B Hankins) Newsgroups: comp.sys.amiga.tech Subject: Re: Custom Libraries: How?? Message-ID: <14730@cup.portal.com> Date: 17 Feb 89 05:17:24 GMT References: <14630@cup.portal.com> Organization: The Portal System (TM) Lines: 15 Okay, let me rephrase the question, now that I know the basics of creating a library: Is there any general technique for creating an Amiga disk-based library which does not resort to assembler? For instance, can the jump vectors be loaded when the library is opened for the first time? I'm working in Modula-2, which does not have static initialization of data structures. To build a library in Modula-2 without linking to assembler code, I would have to be able to load the jump vectors when the library is loaded, and not before. Is this possible? Dan Hankins