Difference between revisions of "Tutorial Project. Release 8"

From wiki.visual-prolog.com

m (New page: {{PolylineTemplateEn |goal= To demonstrate the features of the Visual Prolog programming language and system features. |goalContent= *The package organization of the project. |code= * Each...)
(No difference)

Revision as of 12:41, 29 March 2011

Written by Victor Yukhtenko. Email: victor@pdc.spb.su

The programs listed below are part of the Evolutions Tutorial Project article.

Game Rules ...

Goal

To demonstrate the features of the Visual Prolog programming language and system features.

  • The package organization of the project.

Functionality

No changes.

Code

  • Tested with Visual Prolog 7.3 build 7302.
  • Each class now placed in the separate package

Install

To get the full set of projects of the series of the Polyline projects, please download archives using links at PDC forum:

  • VipSpbSDK_PE_73_Examples_Polyline_1_14.zip
  • VipSpbSDK_PE_73_Tools_Polyline_1_14.zip]

to any convenient directory. The directory named VipSpbSDK will be created automatically.

If you have the VipSpbSDK installed, then please open project Examples\Polyline\Polyline1\Polyline8.prj.

While building the project answer "Add All", when any dialog with proposals to include packages to the project appears.

Run

  • Run the application using the E of the IDE or run the executable at the directory EXE.
  • The language of the application may be defined in the command line by the language identifier:
    • en - English
    • ru - Russian
  • When running the program from the IDE, the parameter of the language must be placed to the field "Project Settings"\Run Options\Run Arguments, available from menu Project\Settings...