I have a sictus prolog file (.pl-file) that I would like to export as an exe-file to run on another computer.
Searching through SICS documentation and playing around with spld gave me an exe file which didn't work on antoher computer(running windows xp x86).
I'm using Sicstus on Windows 7 professional(x64) and would like to have a simple step by step instruction on how to create a standalone exe that will run on x86 and x64 windows from a sicstus prolog file.
Something like:
1: Compile pl-file using ...
2: ...
Is this possible?
PS assume that I know nothing about dependencies and dll:s PPS the code uses one module
:- use_module(library(sets)).