From jan@swi.psy.uva.nl  Mon Oct  9 12:03:52 2000
Received: from gollem.swi.psy.uva.nl (root@gollem [145.18.152.30])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id MAA07588;
	Mon, 9 Oct 2000 12:03:52 +0200 (MET DST)
Received: from localhost (localhost [[UNIX: localhost]])
	by gollem.swi.psy.uva.nl (8.9.3/8.9.3/SuSE Linux 8.9.3-0.1) id MAA24872;
	Mon, 9 Oct 2000 12:04:30 +0200
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Organization: SWI, University of Amsterdam
To: Xiuming Huang <xhuang@sdlintl.com>,
        "Jacinto A. Dávila" <jacinto@ing.ula.ve>,
        Oliver <a9503280@unet.univie.ac.at>
Subject: Re: Re: Executable File
Date: Mon, 9 Oct 2000 11:58:09 +0200
X-Mailer: KMail [version 1.0.28]
Content-Type: text/plain
Cc: Prolog <prolog@swi.psy.uva.nl>
References: <200010090931.LAA05591@swi.psy.uva.nl>
In-Reply-To: <200010090931.LAA05591@swi.psy.uva.nl>
MIME-Version: 1.0
Message-Id: <00100912043002.16084@gollem.swi.psy.uva.nl>
Content-Transfer-Encoding: 8bit

On Mon, 09 Oct 2000, Xiuming Huang wrote:
>Hi,
>
>I noticed that in the new releases of SWI Prolog, there is no 'qsave_program'. In 
>the older ones such as 3.3.8, qsave_program works for plwin, but not under plcon. 
>Any hints?

Works fine here (3.4.0).  Note that qsave_program/[1,2] is
defined in the library qsave.pl and therefore is only accessible if
you did not switch the unknown flag to `fail'.  If you did, you have
to load the library explictly using ?- [library(qsave)].

If that isn't the problem, be explicit in what you do.

	--- Jan

P.s.	Please quote only those parts of a mail you refer too.

