Article number: KB000029
To use Foresight Analytics Platform libraries for development, one needs the following:
Install Foresight Analytics Platform on a developer's computer using one of the available distribution files. A distribution file must not use Reg-free COM registration technology.
Depending on which language is assumed to be used for development, install one of the following distribution files:
FP10DevTools.exe, if development is to be in the C# language or other .NET Framework oriented languages.
FP10JavaInterops.exe, if development is to be in the Java language.
FP10PythonInterops.exe, if development is to be in the Python language.
After this one can proceed to application development using Foresight Analytics Platform assemblies resources.
When distributing the application developed in a third-party environment and using platform assemblies, each user's computer must have Foresight Analytics Platform installed by means of the installer that does not use Reg-free COM registration technology. It is also required to manually write the path to the folder with installed Foresight Analytics Platform in the Path system variable.
NOTE. The FP10DevTools.exe distribution file must not be applied on user computers.
Usage features are described in the following subsections:
Working with System Assemblies of Foresight Analytics Platform
Working with forms and assemblies of repository of Foresight Analytics Platform.
NOTE. To create example, use a C# project in the Microsoft Visual Studio environment and a Java project in the IntelliJ IDEA environment.
See also: