Difference between revisions of "Visual Prolog 8 Upgrade Notes"

From wiki.visual-prolog.com

(initial)
 
(update)
Line 12: Line 12:
'''Notice''' it is highly advisable to have a backup of a project before updating.
'''Notice''' it is highly advisable to have a backup of a project before updating.


After loading the project you should rebuild the entire project with the help of the '''Build | Rebuild All command''' and answer "Yes to All" to the messages suggesting adding or removing packages and include statements.  You may have to build again several times to complete the build process.
After loading the project you should rebuild the entire project with the help of the '''Build -> Rebuild All''' command accept all suggestions about adding or removing packages and include statements.  You may have to build again several times to complete the build process.


Notice that you should simply delete include directives to PFC files which cannot be found: proper include directives will (normally) be inserted automatically.
Notice that you should simply delete include directives to PFC files which cannot be found: proper include directives will (normally) be inserted automatically.
Line 23: Line 23:


== Manual updates ==
== Manual updates ==
<<under construction>>


== See also ==
== See also ==

Revision as of 15:24, 7 August 2017

This document describes how to upgrade Visual Prolog 7.5 projects to Visual Prolog 8, for older projects you should also read Visual Prolog 7.5 Upgrade Notes.

If you have problems with upgrading your projects and need additional information, you are welcome to ask questions in Visual Prolog Discussion Forum.

By default, the installation of Visual Prolog 8 will not replace any previously installed versions. It is possible to work with several versions on a single computer.

  • The Commercial Edition will by default be installed in C:\Program Files (x86)\Visual Prolog 8 or C:\Program Files\Visual Prolog 8.
  • The Personal Edition will by default be installed to C:\Program Files (x86)\Visual Prolog 8PE or C:\Program Files\Visual Prolog 8PE.

Visual Prolog 8 projects are backward-compatible with Visual Prolog 7.5 projects. If you are going to use different versions of Visual Prolog installed at one computer, avoid opening projects by double-clicking on vipprj files.

Notice it is highly advisable to have a backup of a project before updating.

After loading the project you should rebuild the entire project with the help of the Build -> Rebuild All command accept all suggestions about adding or removing packages and include statements. You may have to build again several times to complete the build process.

Notice that you should simply delete include directives to PFC files which cannot be found: proper include directives will (normally) be inserted automatically.

Many projects will only require:

  • Accept to remove all unexisting packages
  • Accept to add required packages
  • Delete all include directives for files that does not exist
  • Accept to add include directives

Manual updates

See also