From stepheng@australia.edu Thu Dec 27 22:27:07 2001
Received: from australia.edu (gold.internet-media.net [216.15.179.130])
	by swi.psy.uva.nl (8.11.6/8.11.2) with SMTP id fBRLR6T18674
	for <prolog@swi.psy.uva.nl>; Thu, 27 Dec 2001 22:27:07 +0100 (MET)
Received: from arisu ([202.67.113.135]) by australia.edu ; Fri, 28 Dec 2001 06:02:44 -0600
Reply-To: <stepheng@australia.edu>
From: "Stephen Gilmour" <stepheng@australia.edu>
To: "SWI Prolog ML" <prolog@swi.psy.uva.nl>
Subject: RE: [SWIPL] Icons
Date: Fri, 28 Dec 2001 08:27:08 +1100
Message-ID: <KGEJIKMCOEAJFDOPBPGACEEHCBAA.stepheng@australia.edu>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700
Importance: Normal
In-Reply-To: <01121911445401.31493@gollem>

This doesn't seem to be working for me.  Apparently if you pass a .RES file
with the .OBJ files to link.exe and CVTRES.exe is in your path or the same
directory as link.exe, it should then give the .exe file produced an icon.
Unfortunately it isn't working for me via plld

Is this just because of how plld works?

Steve

-----Original Message-----
From: Jan Wielemaker [mailto:jan@swi.psy.uva.nl]
Sent: Wednesday, 19 December 2001 9:42 PM
To: stepheng@australia.edu; Stephen Gilmour; SWI Prolog ML
Subject: Re: [SWIPL] Icons


On Wed, 19 Dec 2001, Stephen Gilmour wrote:
>I've written a program in Visual C++ which contains an embedded prolog
>application in it.  My problem is that because the final executable is
>linked together using plld, I can't give the file an icon.  I was just
>wondering if there is an option for plld to do this or if anyone knows of
>another way to do so.

You can pass arbitrary options to the linker (linke.exe) using

plld -ld-options,opt1,opt2,...

	--- Jan


----------------
* To UNSUBSCRIBE, please use the HTML form at

    http://www.swi.psy.uva.nl/projects/SWI-Prolog/index.html#mailinglist

or send mail to prolog-request@swi.psy.uva.nl using the Subject:
"unsubscribe"
(without the quotes) and *no* message body.

** An ARCHIVE of this list is maintained at

    http://www.swi.psy.uva.nl/projects/SWI-Prolog/mailinglist/archive/

