From astjohn@mediaone.net Fri Jul 13 23:22:47 2001
Received: from chmls05.mediaone.net (chmls05.mediaone.net [24.147.1.143])
	by swi.psy.uva.nl (8.11.2/8.11.2) with ESMTP id f6DLMkX09288
	for <prolog@swi.psy.uva.nl>; Fri, 13 Jul 2001 23:22:46 +0200 (MET DST)
Received: from aaron (h000103cf8236.ne.mediaone.net [24.91.227.222])
	by chmls05.mediaone.net (8.11.1/8.11.1) with SMTP id f6DLMja18884
	for <prolog@swi.psy.uva.nl>; Fri, 13 Jul 2001 17:22:45 -0400 (EDT)
Message-ID: <001701c10b7e$759d1c20$0200a8c0@ne.mediaone.net>
From: "Aaron St.John" <astjohn@mediaone.net>
To: <prolog@swi.psy.uva.nl>
Date: Fri, 13 Jul 2001 05:30:30 -0400
MIME-Version: 1.0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_000_0014_01C10B5C.EE4FF9C0"
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4133.2400
X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400
Subject: [SWIPL] Prolog/C++ interface with DevStudio 6

This is a multi-part message in MIME format.

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

Hi, I'm just learning how to develop with SWI-Prolog's interface to C++ =
(SWI-cpp)and I've been having trouble compiling and running the demos. =
I'm using Devstudio 6.0 as my development enviornment so I'm trying to =
figure out how to get the demos compilied and running from there. So far =
I've gotten the test program compiled and running, but it doesn't seem =
to be working, basically I don't think it's compiling and recognizing =
the prolog portion of the program ,because it doesn't recognize the =
querys I enter at the command line. My problem I think is that I need to =
use the plld program from the SWI release to build the program so that =
it compiles in the prolog as well as the c++. Unfortunatly it seems like =
the plld program is geared towards the gcc/g++ compiler, which is =
obviously not the same as the Devstudio 6 compiler. My question is does =
anyone know how to compile a prolog/c++ program from Devstudio 6 or does =
anyone know how to use the output of plld with a devstudio project (can =
I simply link in the output of plld as a dll???). Thanks very much..
-Aaron

------=_NextPart_000_0014_01C10B5C.EE4FF9C0
Content-Type: text/html;
	charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4611.1300" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi, I'm just learning how to develop =
with=20
SWI-Prolog's interface to&nbsp;C++</FONT><FONT face=3DArial=20
size=3D2>&nbsp;(SWI-cpp)and I've been having trouble&nbsp;compiling and =
running=20
the demos.&nbsp;I'm using Devstudio 6.0&nbsp;as my development =
enviornment so=20
I'm trying to figure out how to get the demos compilied and running from =

there.&nbsp;So far I've gotten the&nbsp;test program&nbsp;compiled and =
running,=20
but it&nbsp;doesn't seem to be working, basically I don't think=20
it's&nbsp;compiling and recognizing the prolog portion of the program =
,because=20
it doesn't recognize the querys I enter at the command line. My problem =
I think=20
is that I need to use the plld program from the SWI release to build the =
program=20
so that it compiles in the prolog as well as the c++. Unfortunatly it =
seems like=20
the plld program is geared towards the gcc/g++ compiler, which is =
obviously not=20
the same as the Devstudio 6 compiler. My question is does anyone know =
how to=20
compile a prolog/c++ program from Devstudio 6 or does anyone know how to =
use the=20
output of plld with a devstudio project (can I simply link in the output =
of plld=20
as a dll???). Thanks very much..</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>-Aaron</FONT></DIV></BODY></HTML>

------=_NextPart_000_0014_01C10B5C.EE4FF9C0--

