1

I have to write a program with c# in visual studio. I want to call Prolog functions from C# code. Is there any way of this? Thanks so much.

1 Answers1

0

You can use for example: Prolog.NET or P# or A COM Wrapper

SynerCoder
  • 12,493
  • 4
  • 47
  • 78
  • thanks but prolog.net comes with a setup. And after the installation, the message says that i have successfully installed prolog.net. but there is nothing to run on the desktop or anywhere. how do i use it? is it a component that i can reach from visual studio? thanks again. – Hazal Sevsar Aug 22 '13 at 19:04