Search found 29 matches

by augustinharrison
4 Oct 2022 8:05
Forum: Visual Prolog
Topic: vip7.5 to 10
Replies: 4
Views: 2169

Re: vip7.5 to 10

I just noticed this and wanted to thank you. vip 7.5 to 10 upgrade went extremely well and all errors are corrected. I am very happy to be on your current version and it was definitely worth doing and
much easier and faster than I expected. Keep up the good work.

AEHarrison
by augustinharrison
30 Sep 2022 3:50
Forum: Visual Prolog
Topic: learning algorithm in pie
Replies: 3
Views: 876

Re: learning algorithm in pie

Thank you for that response. You are the highest authority with vip prolog in my view. i Am hoping perhaps a rule with weights saved after being invoked in a process can be mildly considered a learned analytical result.

AEH
by augustinharrison
29 Sep 2022 5:49
Forum: Visual Prolog
Topic: learning algorithm in pie
Replies: 3
Views: 876

learning algorithm in pie

Hi Thomas Linder Puls, In the early 90's my brother and I took the pie and created an abstraction of an expert and built the Enterprise Knowledge Server or EKS. With this inference, interpreter, processor our company was able to build knowledge into sql tables and run complex business rules as an in...
by augustinharrison
16 Jun 2022 23:47
Forum: Visual Prolog
Topic: systemTimeToTzSpecificLocalTime: The parameter is incorrect
Replies: 2
Views: 1676

Re: systemTimeToTzSpecificLocalTime: The parameter is incorrect

nevermind, the time error was from the 3rd error you already answered!
i have to test it a lot but it looks like im running on version 10!!!
i like the new version and thank you very much for your help.
these posts are complete.

aeh
by augustinharrison
16 Jun 2022 6:38
Forum: Visual Prolog
Topic: systemTimeToTzSpecificLocalTime: The parameter is incorrect
Replies: 2
Views: 1676

systemTimeToTzSpecificLocalTime: The parameter is incorrect

when i execute my eks.exe i get a runtime error: ===== 2022-06-16 02:30:36 ======================= The parameter is incorrect. ---------------------------------------- Windows API call failed userMessage = The parameter is incorrect. ErrorCode = 87 ErrorCodeHex = 00000057 API function name = systemT...
by augustinharrison
16 Jun 2022 4:17
Forum: Visual Prolog
Topic: vip7.5 to 10
Replies: 4
Views: 2169

Re: vip7.5 to 10

sorry i was not clear. port_hand(Socket, msglayer::e_readbin(Bin)):- binaryToString(Bin,RequestStr), ........ clauses binaryToString(Bin, Str):- Len = binary::getSize(Bin), StrAnsi = string8::create(Len), Source = uncheckedConvert(pointer, Bin), Dest = uncheckedConvert(pointer, StrAnsi), memory::mov...
by augustinharrison
14 Jun 2022 6:19
Forum: Visual Prolog
Topic: vip7.5 to 10
Replies: 4
Views: 2169

vip7.5 to 10

i upgraded to version 10. all went well except the binary pointer changes. what would i do with this binaryToString clause to read a socket msg? port_hand(Socket, msglayer::e_readbin(Bin)):- binaryToString(Bin, RequestStr), this has to change: clauses binaryToString(Bin, Str):- Len = binary::getSize...
by augustinharrison
1 Dec 2021 19:14
Forum: Visual Prolog
Topic: MIGRATE 7.5 TO 10
Replies: 4
Views: 3259

Re: MIGRATE 7.5 TO 10

thanks thomas
by augustinharrison
1 Dec 2021 4:15
Forum: Visual Prolog
Topic: MIGRATE 7.5 TO 10
Replies: 4
Views: 3259

Re: MIGRATE 7.5 TO 10

im on 7.5 ce and my concern is having to migrate 7.5 to 8, 8 to 9, and 9 to 10. that would be 3 professional versions i would be forced to put my projects through as opposed to paying 100 for the version 10 ce and migrating up directly from 7.5 ce. i will keep reading, but 3 versions would exceed my...
by augustinharrison
28 Nov 2021 22:10
Forum: Visual Prolog
Topic: MIGRATE 7.5 TO 10
Replies: 4
Views: 3259

MIGRATE 7.5 TO 10

what will be involved in migrating my systems from it's current 7.5 license to your new version in terms of cost and procedure?
by augustinharrison
17 Jul 2019 12:03
Forum: Visual Prolog
Topic: display lines with numbers same length
Replies: 1
Views: 5729

display lines with numbers same length

i have an interpreter that uses display. any procedure can write its results using the call to display. often these result lines have some text then an amount it shows. display "one example of amt = ", AmoutVariable display "another example of amt = ", AnotherAmountVariable on th...
by augustinharrison
31 May 2017 20:17
Forum: Visual Prolog
Topic: json and swi
Replies: 2
Views: 4792

json and swi

we have a new team member from the AI dept of the University of Georgia. he has written a json doc parser from swi prolog using DCG grammer. it was stated in this forum that grammar is somewhat of a window dressing and could be adapted fairly easily in vip. having 30 years in visual prolog (all the ...
by augustinharrison
24 Feb 2017 19:34
Forum: Visual Prolog
Topic: json doc
Replies: 12
Views: 11698

perfect

once again, that is exactly what i needed. thank you so much.

AEH
by augustinharrison
23 Feb 2017 23:03
Forum: Visual Prolog
Topic: json doc
Replies: 12
Views: 11698

parse dom

i am rolling now. the only other point is has anyone parsed a syntax statement like the java dom does? eg: requestSyntax = "json.abstractions[0].attributes.Identifications[IdentificationKey=Individual].IdentificationValue"; thanks. you have given me a means to write my piece of a real dyna...
by augustinharrison
22 Feb 2017 21:56
Forum: Visual Prolog
Topic: json doc
Replies: 12
Views: 11698

json to and from doc

that was in fact the problem. thank you so much for taking your time to explain it. i am on the move again!!!