Re: Minimal set of files for embedding SWI-Prolog
"j.gressier" <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <1769743619.423256.1378225119823.JavaMail.www@wwinf8227> |
>Hi,
>Do you have a pascal header file for SWI-Prolog functions?
Yes.
http://geometrix.free.fr/swi_prolog
>And what about standart .pl libraries? Are they needed to be
>distributed along with DLLs?
I use a saved state (without the emulator) so I don't bother with .pl standard libraries.
Here is my command line to make the saved state :
swipl.exe -nodebug --stand_alone=false --nosignals -L128m -G128m -T64m -f none -F none -g lance -t halt -Q -O -o "c:\lazarus3\mesprojets\gmxoueb\mysavedstate.PL_exe" -c c:\swiprolog6\biblios40fast\compilegmx.pl
. and compilegmx.pl is :
:- consult('declaration_dyn.pl').
:- compile('g_prolog.pl'),
compile('serveur.pl'),
compile('bib_maths.pl'),
compile('bib_ch.pl'),
compile('bib_gmx_general.pl'),
compile('bib_liste.pl'),
compile('ut_fichiers.pl'),
etc..........
lance.
----------------------------------------------------------------------
Best regards
[email protected]
http://geometrix.free.fr/site
>With best regards,
>Andrei Kireyeu
On Tue, Sep 3, 2013 at 6:46 PM, j.gressier wrote:
Hello,
Here is the minimum set of files I use with Freepascal/Lazarus. (My project needs memory files, sockets and threads.)
libgmp-10.dll
libswipl.dll
porter_stem.dll
readutil.dll
------------------------------
socket.dll
pthreadGC2.dll
memfile.dll
Best regards
Jacques Gressier
http://geometrix.free.fr/site
> Message du 03/09/13 16:53
> De : "AK"
> A : [email protected]
> Copie à :
> Objet : [SWIPL] Minimal set of files for embedding SWI-Prolog
>
> Hi,
>
> I plan to use embedded SWI-Prolog with an application written
> in Delphi. So, the question is what is a minimal set of files
> I have to distribute with my application (what exact DLL libraries
> do I need? what standart .pl libraries must be included?)
>
> With best regards,
>
> Andrei Kireyeu
> _______________________________________________
> SWI-Prolog mailing list
> [email protected]
> https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog
>
--
С Уважением,
Андрей Киреев
(029) 775 85 70
(044) 718 37 87
Une messagerie gratuite, garantie à vie et des services en plus, ça vous tente ?
Je crée ma boîte mail www.laposte.net
-------------- next part --------------
HTML attachment scrubbed and removed
_______________________________________________
SWI-Prolog mailing list
[email protected]
https://lists.iai.uni-bonn.de/mailman/listinfo.cgi/swi-prolog