Prolog for WinCE
I have ported SWI-Prolog to WinCE. It uses a simple console
with no line-editing features. No XPCE.
News
Sat May 04 2002: New builds with console editing features (plw.exe/plterm.dll).
Installation
Get swi-prolog.tar.gz and celib.dll. Unzip on desktop pc.
Copy the pl directory to your device. Copy the dll and exe files
for your device to pl/bin. HPC files should also work on PPC.
Copy celib.dll to your \windows dir.
Set SWIPL in the Environment registry key. The path must
point to the pl directory and must use forward-slashes.
For registry entries read registry.
Problems
You might have to rebuild the "resource" file. See the README that
comes with swi-prolog.tar.gz.
Prolog considers '\n' and '\r' as two seperate tokens. When running
in Emacs, you have to set process-coding-system-alist in .emacs:
(setq process-coding-system-alist '(("pl.exe" raw-text-unix . raw-text-unix)))
Use the exe-extension when you specify the prolog-executable
for prolog mode, so a match is found in the alist.
Running in Maxx currently also has the '\r' problem. A new build of
Maxx will enable filtering of '\r' from the selection sent to the
interpreter process.
Download
All files
Links
SWI-Prolog
Home
Home