Path: news.daimi.aau.dk!news.uni-c.dk!sunic!sunic.sunet.se!news.luth.se!eru.mt.luth.se!bloom-beacon.mit.edu!news.kei.com!hookup!news.mathworks.com!news.duke.edu!news-feed-1.peachnet.edu!gatech!howland.reston.ans.net!EU.net!news.sprintlink.net!pulm1.accessone.com!usenet From: Baiss E. Magnusson Newsgroups: comp.lang.beta Subject: Re: Sub Class generates linker error Date: 20 Apr 1995 23:21:54 GMT Organization: PDI Lines: 20 Distribution: world Message-ID: <3n6qai$j0f@pulm1.accessone.com> References: <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 00:20:50 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. I ended up just declaring my new pattern as a simple pattern: DoEditMenu: (# item: @integer; enter item do ... #) I will have to review the sub-pattern issues. I would generally like all patterns to be sub-patterns, but not within the enclosing pattern, i.e. in a separate file for instance.