Path: news.daimi.aau.dk!news.uni-c.dk!sunic!sunic.sunet.se!mimuw.edu.pl!fuw.edu.pl!wariat.org!malgudi.oar.net!news.erinet.com!uunet!news.sprintlink.net!pulm1.accessone.com!usenet From: Baiss E. Magnusson Newsgroups: comp.lang.beta Subject: Sub Class generates linker error Date: 20 Apr 1995 21:56:55 GMT Organization: PDI Lines: 26 Distribution: world Message-ID: <3n6lb7$g96@pulm1.accessone.com> NNTP-Posting-Host: 204.118.152.121 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: Nuntius 2.0_68K X-XXDate: Thu, 20 Apr 1995 22:55:51 GMT I am doing something wrong with creating a sub-pattern of the sub-pattern of the file . I get a linker error, not a compiler error, as shown below. I would like to call the sub-pattern from wherever, and in the example below from within the pattern , which is inside the superpattern. What syntax would correctly do what I need to do? myEventHandler : eventHandler (# menuSelected ::< (# do (if menu //editId then item -> DoEditMenu; if); #); #) DoEditMenu: myEventHandler (# item: @integer; enter item do ... #) ***** The superpattern of this descriptor has no INNER