From heo@cae.wisc.edu  Wed Apr 26 16:41:13 2000
Received: from cae.wisc.edu (galaga.cae.wisc.edu [144.92.240.30])
	by swi.psy.uva.nl (8.9.3/8.9.3) with ESMTP id QAA01230
	for <prolog@swi.psy.uva.nl>; Wed, 26 Apr 2000 16:41:13 +0200 (MET DST)
Received: from sun-10.cae.wisc.edu (sun-10.cae.wisc.edu [144.92.241.194])
	by cae.wisc.edu (8.9.1/8.9.0) with ESMTP id JAA22163
	for <prolog@swi.psy.uva.nl>; Wed, 26 Apr 2000 09:41:10 -0500 (CDT)
Received: from localhost (heo@localhost)
	by sun-10.cae.wisc.edu (8.9.3+Sun/8.9.3) with ESMTP id JAA27326
	for <prolog@swi.psy.uva.nl>; Wed, 26 Apr 2000 09:41:10 -0500 (CDT)
X-Authentication-Warning: sun-10.cae.wisc.edu: heo owned process doing -bs
Date: Wed, 26 Apr 2000 09:41:10 -0500 (CDT)
From: Joon Heo <heo@cae.wisc.edu>
To: prolog@swi.psy.uva.nl
Subject: .dll made in C++ compiler
Message-ID: <Pine.SOL.4.05.10004260924430.27244-100000@sun-10.cae.wisc.edu>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII



I tried to combine a dll module into prolog environment, but it was not
successful with the following messages.  Another dll, which was compiled
in C compiler, was all right, though. 

************************************************************
Yes
?- load_foreign_library(blunderdll).
[WARNING: blunderdll: failed to call entry point install]

No
************************************************************

I am wondering if SWI-Prolog can not integrate dll made in C++ environment
or there are any other problems.  It will be very much appreciated if
anybody answer the question.  


Joon Heo
Ph. D student
Geospatial Information Engineering
University of Wisconsin-Madison
 

