From Lesta@t-online.de  Fri Aug 20 10:47:18 1999
Received: from uvapsy.psy.uva.nl (uvapsy.psy.uva.nl [145.18.113.18])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id KAA24180
	for <prolog@swi.psy.uva.nl>; Fri, 20 Aug 1999 10:47:18 +0200 (MET DST)
Received: from mailout09.btx.dtag.de (mailout09.btx.dtag.de [194.25.2.157])
	by uvapsy.psy.uva.nl (8.9.1a/8.9.1) with ESMTP id KAA12965
	for <prolog@swi.psy.uva.nl>; Fri, 20 Aug 1999 10:35:10 +0200 (MET DST)
Received: from fwd07.btx.dtag.de ([194.25.2.167])
	by mailout09.btx.dtag.de with smtp 
	id 11HkId-0004yN-00; Fri, 20 Aug 1999 10:45:23 +0200
Received: from t-online.de (05121269112-0001(btxid)@[193.158.150.160]) 
	by fwd07.btx.dtag.de with smtp
	id <m11HjxC-0002JwC>; Fri, 20 Aug 1999 10:23:14 +0200
Message-ID: <37BD0FDE.D26833C1@t-online.de>
Date: Fri, 20 Aug 1999 10:20:46 +0200
X-Mailer: Mozilla 4.05 [de]C-DT  (Win95; I)
MIME-Version: 1.0
To: "Πέτρος Τσέλιος" <tpe@aegean.gr>, prolog@swi.psy.uva.nl
Subject: Re: Compiling a Prolog program to a stand alone application
References: <003301beea8f$2ab54be0$f4b0fbc3@wmstr>
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8bit
X-Sender: 05121269112-0001@t-online.de
From: Lesta@t-online.de (Uwe Lesta)

Πέτρος Τσέλιος schrieb:
> 
> Hallo to everyone,
> I have (again) a compilation problem. But this time is a litle easier.
> According to the manual, if we use the "qsave_program('filename.exe',
> stand_alone(on))" command, we will have an executable program. Is that
> correct? If so, When I tried that, Prolog said "NO". What am I doing
> wrong?

try

qsave_program('filename.exe', [goal(start),stand_alone(true)]).

it works on my windows system
-- 


Regards

Uwe
Lesta@t-online.de

