Xojo & Prolog

Does anyone know of a way to link Xojo to, say SWI-Prolog? I would like to embed a prolog module into a Xojo program. SWI-Prolog seems like a widely respected implementation.

bobj

I have no experience with SWI-Prolog but unless it can create dynamic libraries that Xojo can use with a Declare statement then directly using modules is not likely. Perhaps you can use a Xojo Shell to launch a Prolog program and get results back as text?