A serious improvement to Strawberry Help. Now it is transferring in HTML format.
You already have the possibility to define your own built-in predicates, functions and constants and even if you like you can specify the types of their arguments. This extension of the Prolog language is so convenient that we are sure it soon will be accepted also from the other Prolog compilers.
Global variables which give you the possibility to access their values in different places of your program. Use of global variables is so powerful that with them you can avoid the use of assert in the most cases. This innovation already is accepted from some of the competitorâ??s Prolog compilers.
You can call external functions from DLL files.
OLE support. Now we offer support of OLE functionality.
A special tool called Object Browser which gives you the possibility to view the methods and properties of the OLE servers which are installed on your computer (like MS Word, Corel Draw, etc.). This will make easier the task for creating Prolog programs which are ruling these servers. Actually this tool is not unique because you have it in other compilers as Visual Basic and Visual C++. You can use it from outside if you have such compiler installed on your computer, but of course it is better to have all tools in one environment.
Support of SQL servers, TCP/IP Sockets and Cookies. These innovations are important for creating Prolog CGI Scripts.