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.
Asked
Active
Viewed 404 times
1
-
You could try http://sourceforge.net/projects/cs-prolog/ – Sam Leach Aug 13 '13 at 08:37
1 Answers
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