From tpe@aegean.gr  Fri Aug 20 17:15:53 1999
Received: from pythagoras.aegean.gr (pythagoras.aegean.gr [195.251.160.1])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id RAA01727
	for <prolog@swi.psy.uva.nl>; Fri, 20 Aug 1999 17:15:52 +0200 (MET DST)
Received: from wmstr (xtr426.x-treme.gr [212.120.194.174]) by pythagoras.aegean.gr with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0)
	id P253JGF7; Fri, 20 Aug 1999 18:12:39 +0300
Message-ID: <005b01beeb1f$06ed96a0$dac278d4@wmstr>
From: "=?iso-8859-7?B?0N308e/yINTz3evp7/I=?=" <tpe@aegean.gr>
To: "SWI Prolog List" <prolog@swi.psy.uva.nl>
Subject: Re: Compiling a Prolog program to a stand alone application
Date: Fri, 20 Aug 1999 18:14:11 +0300
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-7"
Content-Transfer-Encoding: 8bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.2106.4
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2106.4

First of all thank you very much,
I don't know if it is just my idea, but I would like to create a console
application. So, when I used the "qsave_program('filename.exe',
[goal(start),stand_alone(true)])." command, I had a windows application
(with the swi environment).
Can I compile it as a console application?

Thank you
Peter Tselios
-----Αρχικό μήνυμα-----
Από: Uwe Lesta <Lesta@t-online.de>
Προς: Πέτρος Τσέλιος <tpe@aegean.gr>; prolog@swi.psy.uva.nl
<prolog@swi.psy.uva.nl>
Ημερομηνία: Παρασκευή, 20 Αυγούστου 1999 11:44
Θέμα: Re: Compiling a Prolog program to a stand alone application


>Peter Tselios 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




