Path: news.net.uni-c.dk!newsfeed1.uni2.dk!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-hog.berkeley.edu!newsfeed.berkeley.edu!ucberkeley!news.gv.tsc.tdk.com!sn-xit-02!supernews.com!postnews1.google.com!not-for-mail From: jochenrollwagen@yahoo.com (Jochen Rollwagen) Newsgroups: comp.lang.beta Subject: how do i include processmanager for a library Date: 29 Nov 2001 06:42:15 -0800 Organization: http://groups.google.com/ Lines: 19 Message-ID: NNTP-Posting-Host: 62.96.207.14 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1007044935 28866 127.0.0.1 (29 Nov 2001 14:42:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 29 Nov 2001 14:42:15 GMT Xref: news.net.uni-c.dk comp.lang.beta:13065 Hi, my problem is as follows: I'd like to create a library containing a pattern to start a sub-process which i want to include in a beta-program with a GUI. The code is taken from an example pattern which obviously is a beta program (not a library) since it has systemenv at its top, which seems to include the process-pattern and so on. The fragment-information for my library looks like this: ORIGIN '~beta/basiclib/systemenv'; INCLUDE '~beta/process/commpipe' '~beta/process/processmanager'; But i get compile-errors saying process isn't defined and so on (basically the processmanager seems to be not included). Any hints ?