Difference between revisions of "Compare Visual Prolog Editions"

From wiki.visual-prolog.com

(initial version)
(link + category)
Line 8: Line 8:
The Commercial Edition have additional functionality:
The Commercial Edition have additional functionality:


* It can produce 64 bit executables
* It can produce 64-bit executables
* It can produce DLL's
* It can produce DLL's
* It can bind to COM and Active/X components
* It can bind to COM and Active/X components
Line 22: Line 22:
* ...
* ...


There are additional examples in the Commercial Edition covering some of the extra libray functionality.
There are additional examples in the Commercial Edition covering some of the extra library functionality.


The additional tools are:
The additional tools should not be necessary for personal non-commercial usage:


* A command line project builder for scripts
* A command line project builder '''vipBuilder.exe''' for use in scripts
* A solution manager for managing multiple projects as a "unit"
* A [[Solution Manager]] for managing multiple projects as a "unit"
* A coverage analysis tools
* A [[Coverage Analysis]] tool
* A memory profiling tools
* A memory profiling tool
* Integration to SourceGear Vault
* Integration to SourceGear Vault version control system
 
[[Category:Basic Information]]

Revision as of 14:57, 29 June 2017

Visual Prolog is provided as:

  • The free Personal Edition
  • The paid Commercial Edition

Programs produced with the Personal Edition can only be used in non-commercial and personal contexts, for other usages the program must be developed and build with the Commercial Edition.

The Commercial Edition have additional functionality:

  • It can produce 64-bit executables
  • It can produce DLL's
  • It can bind to COM and Active/X components
  • It has additional library support
  • It comes with additional tools

The additional library support in the Commercial Edition should not be necessary for personal non-commercial usage. It includes things like

  • ODBC support
  • Cryptography
  • Interprocess communication
  • HTTP server and client functionality
  • ...

There are additional examples in the Commercial Edition covering some of the extra library functionality.

The additional tools should not be necessary for personal non-commercial usage:

  • A command line project builder vipBuilder.exe for use in scripts
  • A Solution Manager for managing multiple projects as a "unit"
  • A Coverage Analysis tool
  • A memory profiling tool
  • Integration to SourceGear Vault version control system