Search found 36 matches
- 16 Jan 2016 17:45
- Forum: Visual Prolog
- Topic: flashing control at mouseover
- Replies: 4
- Views: 5340
- 31 Aug 2015 13:53
- Forum: Visual Prolog
- Topic: webRPC : more information ?
- Replies: 10
- Views: 8813
Hi, If you follow step by step the tutorial with the right OS (which can run IIS ), it's easy. But it could also be interesting, because on my machine with Windows 10 home , on which I'm building my projects, IIS does not run, and I'm usin wampServer . Did you try ? And if yes, how to install the dl...
- 24 Aug 2015 13:55
- Forum: Visual Prolog
- Topic: webRPC : more information ?
- Replies: 10
- Views: 8813
- 24 Aug 2015 9:43
- Forum: Visual Prolog
- Topic: webRPC : more information ?
- Replies: 10
- Views: 8813
Thank you for this information, Thomas. But don't you think it would be better to indicate, in your tutorial http://wiki.visual-prolog.com/index.php?title=IIS_configuration , for people like me who are really unfamiliar with IIS or who forgot how it runs, that the folder webRPC must not be placed di...
- 21 Aug 2015 15:32
- Forum: Visual Prolog
- Topic: webRPC : more information ?
- Replies: 10
- Views: 8813
webRPC : more information ?
Hello, I'd like to get more information about using IIS and the isapi dll. I'm not at all familiar with IIS and appreciate the step-by-step explanation given in http://wiki.visual-prolog.com/index.php?title=IIS_configuration that I followed exactly - except for the name webRCP that I replaced by web...
- 22 Dec 2014 9:06
- Forum: Visual Prolog
- Topic: whether Visual Prolog can do natural language processing?
- Replies: 10
- Views: 5078
- 21 Dec 2014 9:18
- Forum: Visual Prolog
- Topic: whether Visual Prolog can do natural language processing?
- Replies: 10
- Views: 5078
Hi, Natural language processing is a world of its own. There is a priori no reason to think that a computer language is better than another to do such a thing. But a main feature of that world is that it requires many original modelling tools. The advantadge of VIP is that it's very well adapted to ...
- 19 Dec 2014 20:07
- Forum: Visual Prolog
- Topic: CPU
- Replies: 5
- Views: 3487
Hi Tonton, I found on the web this sequence that you can enter as a command line : wmic path Win32_Processor get LoadPercentage /every:1 /format:list Il gives the load of each processor at regular intervals. You stop it pressing a key. I suppose it is possible to launch such a command with the shell...
- 20 Oct 2014 13:58
- Forum: Visual Prolog
- Topic: KernelBase.dll DeviceIoControl Exception
- Replies: 1
- Views: 2534
KernelBase.dll DeviceIoControl Exception
Hi, I get that exception only on debug mode. When continuing, the behavior of the program is totally normal. This code is a part of my project : openProject():- sauvegardeOK := false(), PersoDir = directory::getLogicalDirectory(directory::personal_directoryID), MSDir = format("%\\%", Perso...
- 9 Oct 2014 15:05
- Forum: Visual Prolog
- Topic: Expand a picture without flickering with 7.4
- Replies: 8
- Views: 6408
setEraseBackgroundResponder is running fine. But care must be taken if other windows are displayed: the action of this responder is not limited to the window in which it is used : when using simultaneously a tooltip window, for instance, when this one is moved it's not completely erased (the border...
- 9 Oct 2014 8:31
- Forum: Visual Prolog
- Topic: Expand a picture without flickering with 7.4
- Replies: 8
- Views: 6408
- 7 Oct 2014 9:48
- Forum: Visual Prolog
- Topic: Error Exception: vpi_UnablePictureCreate (vpi) in VP75
- Replies: 13
- Views: 6957
- 25 Sep 2014 8:46
- Forum: Visual Prolog
- Topic: bad result of The list::remove predicate in a dll
- Replies: 4
- Views: 3517
- 24 Sep 2014 19:08
- Forum: Visual Prolog
- Topic: bad result of The list::remove predicate in a dll
- Replies: 4
- Views: 3517
- 24 Sep 2014 13:10
- Forum: Visual Prolog
- Topic: bad result of The list::remove predicate in a dll
- Replies: 4
- Views: 3517
bad result of The list::remove predicate in a dll
Hi, I got a problem with the list::remove predicate in a dll. it's easy to reproduce : modify the code of dll.pro in the Visual prolog Examples as described below : implement myDll open core, string, list clauses touch(String) = string::concat(String, Added):- L = checkABC(), L1 =checkABC1(), Added ...