Search found 94 matches
- 15 Apr 2020 12:32
- Forum: Visual Prolog
- Topic: Help! trying to figure out what I am doing wrong
- Replies: 7
- Views: 4477
- 15 Apr 2020 1:52
- Forum: Visual Prolog
- Topic: Help! trying to figure out what I am doing wrong
- Replies: 7
- Views: 4477
Re: Help! trying to figure out what I am doing wrong
Harrison, Right now I just want to get it working. :-) That said, I do want it working as a Console app. New way or old is irrelevant to me right now. Eventually, I will go to the new syntax. I am also looking at a PIE exercise for the students so I don't want to introduce too much at one time as th...
- 13 Apr 2020 21:45
- Forum: Visual Prolog
- Topic: Help! trying to figure out what I am doing wrong
- Replies: 7
- Views: 4477
Re: Help! trying to figure out what I am doing wrong
I know I am missing something simple but I can't figure it out. Could someone look this project over and tell me where I am AFU. (that c504 for one is kicking my butt, and when I do get past it, the application runs non-stop and allows no interaction.) I know I am doing something wrong but I can't s...
- 13 Apr 2020 20:06
- Forum: Visual Prolog
- Topic: Help! trying to figure out what I am doing wrong
- Replies: 7
- Views: 4477
Help! trying to figure out what I am doing wrong
I have a simple program that I believe I have solved all the syntax issue except one. I searched the Help[ and this board for error c504 As near as I can tell, I have it correct but the complier keeps throwing the c504. error c504 : The expression has type '() -> ::string procedure', which is incomp...
- 12 Apr 2020 19:30
- Forum: Visual Prolog
- Topic: VIP 9 (903) PE corrupted?
- Replies: 5
- Views: 4447
Re: VIP 9 (903) PE corrupted?
I downloaded 904 and it installed, apparently cleanly.
I started it and no errors appeared!
Now to try some code.
Thanks for the quick turnaround.
I started it and no errors appeared!
Now to try some code.
Thanks for the quick turnaround.
- 12 Apr 2020 19:18
- Forum: Visual Prolog
- Topic: VIP 9 (903) PE corrupted?
- Replies: 5
- Views: 4447
Re: VIP 9 (903) PE corrupted?
Great, Thank you, I will download it tonight. 

- 12 Apr 2020 19:16
- Forum: Visual Prolog
- Topic: Are there any issues with 903 CE?
- Replies: 5
- Views: 4249
Re: Are there any issues with 903 CE?
Thanks Thomas
- 6 Apr 2020 14:55
- Forum: Visual Prolog
- Topic: Are there any issues with 903 CE?
- Replies: 5
- Views: 4249
Re: Are there any issues with 903 CE?
Thanks Harrison 

- 6 Apr 2020 13:16
- Forum: Visual Prolog
- Topic: Are there any issues with 903 CE?
- Replies: 5
- Views: 4249
Are there any issues with 903 CE?
I have "a bit" of programming to do and am just wondering if there are any issues with 903 CE like I had with 903 PE?
- 6 Apr 2020 11:15
- Forum: Visual Prolog
- Topic: VIP 9 (903) PE corrupted?
- Replies: 5
- Views: 4447
Re: VIP 9 (903) PE corrupted?
Thanks Thomas
- 5 Apr 2020 19:03
- Forum: Visual Prolog
- Topic: VIP 9 (903) PE corrupted?
- Replies: 5
- Views: 4447
VIP 9 (903) PE corrupted?
I downloaded the VIP 9 (903) PE version so I could develop/share a simple VIP program to my AI students. All of my students are also supposed to download the PE so they can complete modification tasks and coding assignments. The problem I am running into is I get the following as soon as I start the...
- 13 Sep 2019 0:27
- Forum: Visual Prolog
- Topic: PIE
- Replies: 2
- Views: 3556
Re: PIE
Great news,
Thank you Thomas.
Thank you Thomas.
- 12 Sep 2019 2:20
- Forum: Visual Prolog
- Topic: PIE
- Replies: 2
- Views: 3556
PIE
Hey VIP folks
I am getting ready to start teaching in the spring an "Intro to AI" class and I wanted to include Prolog as one of the topics. Is the PIE still available?
P.

I am getting ready to start teaching in the spring an "Intro to AI" class and I wanted to include Prolog as one of the topics. Is the PIE still available?
P.
- 22 Jul 2019 12:33
- Forum: Visual Prolog
- Topic: Compiled clauses
- Replies: 10
- Views: 5738
Re: Compiled clauses
Rangarajan, While I haven't been using VIP 9 (yet!), in earlier releases of VIP, I was quite literally using a few thousand facts, reading (consult) and writing (save) them in a couple of my applications. In each case, these facts were spread across multiple different files. There was no noticeable ...
- 17 Jun 2019 11:31
- Forum: Visual Prolog
- Topic: Visual Prolog binary as .NET Core assembly
- Replies: 8
- Views: 4559
Re: Visual Prolog binary as .NET Core assembly
Thanks Thomas for that explanation. I was wondering about the same thing (but have been WAY too busy to start investigating.)