Setting Up the C++ Environment
When deploying component interfaces on a local client machine with C++ bindings, you must have:
-
The third-party C++ application.
-
The Application server and database.
-
The Java Virtual Machine (JVM) supplied with the Sun Microsystems Java Development Kit (JDK) found in the %PS_HOME%\JRE directory.
-
Your compiler, configured for the C++ project.
Third-Party Applications
For applications written in C or C++, note that:
-
The function names generated by the Build APIs process can be quite long. You may want to consider creating classes within your C++ code to mask this length throughout your program.
-
When you create your installation for your C or C++ program, make sure that you include the setup of the path to the psapiadapter.dll.