From jhk@jhk.sk  Mon Mar 27 18:43:30 2000
Received: from ntserver.kios.sk (ns.kios.sk [195.146.150.10])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id SAA24766
	for <prolog@swi.psy.uva.nl>; Mon, 27 Mar 2000 18:43:27 +0200 (MET DST)
Received: from tesla.kios.sk (195.146.152.225)
          by ntserver.kios.sk with MERCUR-SMTP/POP3/IMAP4-Server (v3.10.18 HS-0040000)
          for <prolog@swi.psy.uva.nl>; Mon, 27 Mar 2000  18:47:27 +0200
Received: from mail.jhk.sk ([195.146.152.253])
	by tesla.kios.sk (8.9.3/8.9.3) with SMTP id TAA04202
	for <prolog@swi.psy.uva.nl>; Mon, 27 Mar 2000 19:37:49 +0200
Received: from 192.168.0.2 ([192.168.0.2]) by mail.jhk.sk (WinRoute 3.04g) with SMTP; Mon, 27 Mar 2000 18:43:27 +0100
Message-ID: <000d01bf980b$8adc0340$0200a8c0@jhk.sk>
From: "Jan Hercek" <jhk@jhk.sk>
To: <prolog@swi.psy.uva.nl>
Subject: Threads
Date: Mon, 27 Mar 2000 18:43:03 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-2"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2615.200
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200

This may be a stupid question, but, please...
I tried to execute the threads command on Swi 3.3.4 Win98, 
and I give folowing result:

?- threads.
----------------------------------------
  Thread  Status                
----------------------------------------
ERROR: Undefined procedure: thread_util:current_thread/2
ERROR: Undefined procedure: thread_util:thread_self/1
   Exception: (7) thread_util:current_thread(_G252, _G253) ? 


Why? Can anyone give me a little example how to create 
a new thread with swi (on Win98)? Thanks.





