Path: news.daimi.aau.dk!news.uni-c.dk!newsfeed.cs.auc.dk!news From: jonne@iesd.auc.dk (Joern Heideman Christiansen) Newsgroups: comp.lang.beta Subject: Fragment system Date: 11 Jun 1996 14:55:23 +0200 Organization: CS at Aalborg University Lines: 39 Sender: jonne@iota.iesd.auc.dk Message-ID: NNTP-Posting-Host: iota.iesd.auc.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Gnus v5.0 hi I have a simple question (I hope...) about the Beta fragment system. We have two classes in two different fragments (A and B). Each class needs to have en reference to the other class: A : (# bRef : ^B; ... #) and B : (# aRef : ^A; ... #) This means that we have to include the files in each other: In A's file: INCLUDE 'bFile'; and In B's file: INCLUDE 'aFile'; which can't be done.... The only solution I have managed to find so far is to include both classes in the same file, which is not desirable in this case. Does anyone have a better solution, so that I can keep the two classes in seperate fragments? greetings -jonne -- ------------------ Joern Christiansen, Department Computer Science, Aalborg University, Fredrik Bajers Vej 7, DK-9220 Aalborg, Group : E1-212, E-mail: jonne@iesd.auc.dk.