From lains@caramail.com  Tue Aug  8 15:09:01 2000
Received: from mail.caramail.com (mail.caramail.com [195.68.99.70])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id PAA14228
	for <prolog@swi.psy.uva.nl>; Tue, 8 Aug 2000 15:08:45 +0200 (MET DST)
Received: from caramail.com (www28.caramail.com [195.68.99.48])
	by mail.caramail.com (8.8.8/8.8.8) with SMTP id PAA05141;
	Tue, 8 Aug 2000 15:15:31 +0100 (WET DST)
Date: Tue, 8 Aug 2000 15:15:31 +0100 (WET DST)
Posted-Date: Tue, 8 Aug 2000 15:15:31 +0100 (WET DST)
From: Lionel Ains <lains@caramail.com>
To: "Paul Holmes-Higgin" <paul_h_h@hotmail.com>, prolog@swi.psy.uva.nl
Message-ID: <965743784002708@caramail.com>
X-Mailer: Caramail - www.caramail.com
Mime-Version: 1.0
Subject: Re: Building runtimes on WinNT 4
Content-Type: multipart/mixed; boundary="=_NextPart_Caramail_002708965743784_ID"

This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

--=_NextPart_Caramail_002708965743784_ID
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hello Paul,

here is the command line I use to build a stand-alone Prolog program with SWI 3.3.8:
"C:\Program Files\SWI-Prolog\bin\plcon" -g "load_files(['prog']), write('Program loaded'), nl, 
qsave_program('prog.exe', [goal=3Dgo, toplevel=3Dnone, stand_alone=3Dtrue]), write('Program successfully 
saved'), nl" -t halt.

The Prolog source file is prog.pl and the output executable is prog.exe

Hope this helps,

Lionel

> -------Message d'origine-------
> De : "Paul Holmes-Higgin" <paul_h_h@hotmail.com>
> Date : 08/08/100 13:56:04
> 
> Hi
> 
> I'm trying to create a runtime using qsave_program/2 under WinNT4, but so 
> far the predicate just fails. I'm calling it with [stand_alone=3Dtrue, 
> goal=3Dmy_goal].
> 
> Can anyone tell me what I'm doing wrong? This is on 3.3.8.
> 
> Many thanks
> Paul.

______________________________________________________
Bo=EEte aux lettres - Caramail - http://www.caramail.com


--=_NextPart_Caramail_002708965743784_ID--

