Difference between revisions of "Compare Visual Prolog Editions"
From wiki.visual-prolog.com
(initial version) |
(xmlSerializerGenerator) |
||
(One intermediate revision by the same user not shown) | |||
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 | There are additional examples in the Commercial Edition covering some of the extra library functionality. | ||
The additional tools | 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 | * A [[Solution Manager]] for managing multiple projects as a "unit" | ||
* A | * A [[Coverage Analysis]] tool | ||
* A memory profiling | * A tool '''xmlSerializerGenerator.exe''' for generating XML parser/writer from XSD files | ||
* Integration to SourceGear Vault | * A tool '''MemProfileAnalysis.exe''' for memory profiling Visual Prolog programs | ||
* Integration to SourceGear Vault version control system | |||
[[Category:Basic Information]] |
Latest revision as of 13:11, 30 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 tool xmlSerializerGenerator.exe for generating XML parser/writer from XSD files
- A tool MemProfileAnalysis.exe for memory profiling Visual Prolog programs
- Integration to SourceGear Vault version control system