Path: news.cs.au.dk!not-for-mail From: Bo Normann Pedersen Newsgroups: comp.lang.beta Subject: Troubles with processlibrary Date: Tue, 02 May 2000 11:55:12 +0200 Organization: University of Aarhus, Department of Computer Science (DAIMI) Lines: 30 Message-ID: <390EA600.AFB1A164@cs.au.dk> NNTP-Posting-Host: beryllium.cs.au.dk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: xinwen.cs.au.dk 957261312 15452755 255.255.255.255 (2 May 2000 09:55:12 GMT) X-Complaints-To: news@cs.au.dk NNTP-Posting-Date: 2 May 2000 09:55:12 GMT X-Mailer: Mozilla 4.7C-SGI [en] (X11; I; IRIX 6.5 IP22) X-Accept-Language: en Xref: news.cs.au.dk comp.lang.beta:12311 Hi, I'm playing a bit with the processlibrary in BETA, because I want to make a WinPopup-like program in BETA, but I have encountered some problems. I use a Win2000 machine with Microsoft SDK, and BETA 5.1. I've have looked at the demo programs called firstprogram.bet and otherprogram.bet, and I've made the contents of these two files into two patterns in my program : send and receive, respectively. Now I've compiled two versions of my program nettalk and nettalk2. nettalk only calls the send pattern and nettalk2 only calls the receive pattern. But the I get a "reference is none" error, However when I run the demoprograms everything is fine. So my question is why can't I make the demofiles into the patterns send and receive. Btw. both nettalk and nettalk2 use a guienv-interface could this have some influence and if so why ? Kind regards Bo