|
Copyright ® (1999-2008) EDMGROUP Pty Ltd - EZY Prolog Reference |
Type | Predicate | Parameters | Flow pattern | Description |
|---|---|---|---|---|
determ | STRING DLL_NAME, | (i,i,i,o) | Call function declared in external DLL. If DLL is not loaded - EZY Prolog will load DLL into memory See EZY DLL for more information | |
nondeterm | STRING DLL_NAME, | (i,i,i,o) | Non-deterministically call function from the DLL. DLL should return result of execution inside INTEGER parameter. If RESULT = 1 - EZY Prolog will continue execution of program. If RESULT = 0 - EZY Prolog rule fails(note: DLL CAN'T FAIL) See EZY DLL for more information | |
determ | STRING DLL_FILENAME | (i) | Removes DLL from memory. Never fails |