Ok, thanks.
On 3/26/2013 6:36 AM, Jose F. Morales wrote:
On Sun, Mar 24, 2013 at 1:05 AM, DC <galois(a)nycap.rr.com> wrote:
Sorry. Long day, very little sleep last night. I was mixing 2 Prolog implementations.
:)
Anyway, same question - Is there a Windows DLL already defined for Ciao, that can be called dynamically?
There is a dynamic library for Unix systems and there is a libciao.dll for Windows. You can link it and use the foreign interface from the C side (ciao_prolog.h).
However, there may be dynamic linkage problems, as the library is compiled with Cygwin and we never tried to call it from binaries produced by other compilers.
If anyone succeed (or failed) in that and want to share the procedure or simple examples with other users, please go ahead and tell us. It would be a nice addition to the foreign interface documentation.