Search found 280 matches
- 16 Sep 2013 10:51
- Forum: Visual Prolog
- Topic: Compiler error on anonymous predicate
- Replies: 1
- Views: 2059
Compiler error on anonymous predicate
Hi, I suppose it's a bug, that the compiler throws error "The expression has type 'ast::astTree{@Token}', which is incompatible with the type '@Token'" on this: interface ast{@Token} open core domains astTree = astTree( symbol RuleName, argumentAstTree* ArgAstTreeList). argumentAstTree = a...
- 15 Sep 2013 13:05
- Forum: Visual Prolog
- Topic: Debugger hanging
- Replies: 17
- Views: 7531
- 14 Sep 2013 22:26
- Forum: Visual Prolog
- Topic: Debugger hanging
- Replies: 17
- Views: 7531
- 14 Sep 2013 21:48
- Forum: Visual Prolog
- Topic: Debugger hanging
- Replies: 17
- Views: 7531
- 13 Sep 2013 16:57
- Forum: Visual Prolog
- Topic: Debugger hanging
- Replies: 17
- Views: 7531
- 12 Sep 2013 17:22
- Forum: Visual Prolog
- Topic: Crash in stdIo::write/0...
- Replies: 3
- Views: 2089
- 12 Sep 2013 16:56
- Forum: Visual Prolog
- Topic: Debugger hanging
- Replies: 17
- Views: 7531
- 12 Sep 2013 12:27
- Forum: Visual Prolog
- Topic: Debugger hanging
- Replies: 17
- Views: 7531
Debugger hanging
Hi Thomas and all others, when I am stepping through code with the debugger (in VIP 7.4 build 7402), it often happens, that the debugger is hanging for minutes before it proceeds with the next line. I cannot see a relation between the code or memory usage and this effect - it occurs with arbitrary c...
- 11 Sep 2013 16:28
- Forum: Visual Prolog
- Topic: Crash in stdIo::write/0...
- Replies: 3
- Views: 2089
Crash in stdIo::write/0...
Hello Thomas, hi all, when I create a new "console application"-project (in VIP 7.4 build 7402) and put following code to main.pro interface grammar{@Terminal} domains parseTree = parseTree( symbol Nonterminal, argumentParseTree* ArgParseTreeList). argumentParseTree = argParseTree(parseTre...
- 30 Mar 2013 14:24
- Forum: Visual Prolog
- Topic: Error e353 "Free parameter is used in type expression"
- Replies: 3
- Views: 3651
Error e353 "Free parameter is used in type expression"
Hi Thomas (Linder Puls), hi all, please take a look at the four in certain manner nested object types below. On compilation (in VIP 7.4 build 7401) the code throws error e353 "Free parameter '@Type' is used in type expression". Is it a bug? If not, please explain why the error is correct. ...