1

Is it possible to create an interface in XPCE for the program written in PROLOG language. Compile it once and then run as a .exe file, without an SWI prolog console? I am working on MS Windows system.

false
  • 10,264
  • 13
  • 101
  • 209
Przemek
  • 71
  • 1
  • 1
  • 4
  • Have you considered http://www.swi-prolog.org/pldoc/package/pl2cpp.html ? Which Prolog implementation are you using? – lurker Aug 19 '13 at 18:13
  • I'm using SWI prolog implementation, with SWI Prolog-Editor. – Przemek Aug 19 '13 at 19:02
  • Yes I know about this C++ interface to SWI Prolog, but I have already done program using only prolog and XPCE package for GUI making. Is there some simple way to transform this prolog file (running with SWI Prolog Compiler) to the same program, but running without the SWI compiler... only .exe? – Przemek Aug 19 '13 at 19:14
  • 1
    I think you should look at the bottom of this section: http://www.swi-prolog.org/pldoc/man?section=compilation –  Aug 20 '13 at 04:04

0 Answers0