From rhoekstr@wins.uva.nl  Fri Aug 20 12:26:26 1999
Received: from smtp2.a2000.nl (spartacus.a2000.nl [62.108.1.20])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id MAA25522
	for <prolog@swi.psy.uva.nl>; Fri, 20 Aug 1999 12:26:26 +0200 (MET DST)
Received: from node10e0e.a2000.nl ([24.132.14.14] helo=rhino)
	by smtp2.a2000.nl with smtp (Exim 2.02 #4)
	id 11Hlrn-0004cP-00
	for prolog@swi.psy.uva.nl; Fri, 20 Aug 1999 12:25:47 +0200
Message-ID: <001801beeaf6$684a3260$0200a8c0@rhino>
Reply-To: "Rinke Hoekstra" <rhoekstr@wins.uva.nl>
From: "Rinke Hoekstra" <rhoekstr@wins.uva.nl>
To: <prolog@swi.psy.uva.nl>
References: <003301beea8f$2ab54be0$f4b0fbc3@wmstr> <37BD0FDE.D26833C1@t-online.de>
Subject: Re: Compiling a Prolog program to a stand alone application
Date: Fri, 20 Aug 1999 12:26:03 +0200
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
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

> Πέτρος Τσέλιος 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

Hi,

If I try this, an executable appears in the directory. But when I try to run
it
I get an error message: A required DLL (Libpl.dll) was not found. When
I copy this file to the directory the executable resides in, nothing
changes.
How can I solve this?

Regards,

        Rinke Hoekstra

