YOL for Windows

back to main page

 

This well-known robust Prolog Inference Engine, enhanced by Visual Prolog Studio Objects.

New Feature includes PIE Console Window, which you can easily include to Any Visual Prolog project. PIE Console window controls output.

To include Prolog Interpreter into your application - run VP Studio Setup utility, open your project.inc file and check out necessary options:

This project has been improved with the goal to simplify inclusion of the PIE into various applications. The output engine has been also improved to support output to the custom window.

So, if you will have several programs opened each program will do output into it's own window.

To open PIE Console Window put the following code into File Open menu:

  task_win_eh(_Win,e_Menu(id_file_open,_ShiftCtlAlt),0):-

  trap(FileName = dlg_GetFileName("*.pro",....

  get_system_object(SystemObject),

  Data = cast(LONG,FileName),

  editor_colored_callback(_Win,console_editor),

  SystemObject:save_object_ref("new_xml",Data),

   win_pie_console_Create(_Win),

 


 

 

Copyright 1998-2000 EDMGROUP (Australia)

Last Updated: March 20, 2002